@thoughtspot/visual-embed-sdk
Version:
ThoughtSpot Embed SDK
3 lines • 8.22 kB
TypeScript
export declare const createConversation = "\nmutation CreateConversation($params: Input_convassist_CreateConversationRequest) {\n ConvAssist__createConversation(request: $params) {\n convId\n initialCtx {\n type\n tsAnsCtx {\n sessionId\n genNo\n stateKey {\n transactionId\n generationNumber\n }\n worksheet {\n worksheetId\n worksheetName\n }\n }\n }\n }\n}\n";
export declare const sendMessage = "\nquery SendMessage($params: Input_convassist_SendMessageRequest) {\n ConvAssist__sendMessage(request: $params) {\n responses {\n timestamp\n msgId\n data {\n asstRespData {\n tool\n asstRespText\n nlsAnsData {\n sageQuerySuggestions {\n sageQueryTokens {\n additions {\n phrase {\n isCompletePhrase\n numTokens\n phraseType\n startIndex\n __typename\n }\n tokens {\n token\n dataType\n typeEnum\n guid\n tokenMetadata {\n name\n __typename\n }\n __typename\n }\n __typename\n }\n phrases {\n isCompletePhrase\n numTokens\n phraseType\n startIndex\n __typename\n }\n removals {\n phrase {\n isCompletePhrase\n numTokens\n phraseType\n startIndex\n __typename\n }\n tokens {\n token\n dataType\n typeEnum\n guid\n tokenMetadata {\n name\n __typename\n }\n __typename\n }\n __typename\n }\n tokens {\n token\n dataType\n typeEnum\n guid\n tokenMetadata {\n name\n __typename\n }\n __typename\n }\n __typename\n }\n llmReasoning {\n assumptions\n clarifications\n interpretation\n __typename\n }\n tokens\n tmlTokens\n worksheetId\n tokens\n description\n title\n tmlTokens\n cached\n sqlQuery\n sessionId\n genNo\n formulaInfo {\n name\n expression\n __typename\n }\n tmlPhrases\n ambiguousPhrases {\n alternativePhrases {\n phraseType\n token {\n token\n dataType\n typeEnum\n guid\n tokenMetadata {\n name\n __typename\n }\n __typename\n }\n __typename\n }\n ambiguityType\n token {\n token\n dataType\n typeEnum\n guid\n tokenMetadata {\n name\n __typename\n }\n __typename\n }\n __typename\n }\n ambiguousTokens {\n alternativeTokens {\n token\n dataType\n typeEnum\n guid\n tokenMetadata {\n name\n deprecatedTableGuid\n deprecatedTableName\n isFormula\n rootTables {\n created\n description\n guid\n indexVersion\n modified\n name\n __typename\n }\n schemaTableUserDefinedName\n table {\n created\n description\n guid\n indexVersion\n modified\n name\n __typename\n }\n __typename\n }\n __typename\n }\n ambiguityType\n token {\n token\n dataType\n typeEnum\n guid\n tokenMetadata {\n name\n __typename\n }\n __typename\n }\n __typename\n }\n stateKey {\n transactionId\n generationNumber\n transactionId\n __typename\n }\n subQueries {\n tokens\n cohortConfig {\n anchorColumnId\n cohortAnswerGuid\n cohortGroupingType\n cohortGuid\n cohortType\n combineNonGroupValues\n description\n groupExcludedQueryValues\n hideExcludedQueryValues\n isEditable\n name\n nullOutputValue\n returnColumnId\n __typename\n }\n formulas {\n name\n expression\n __typename\n }\n __typename\n }\n visualizationSuggestion {\n chartType\n displayMode\n axisConfigs {\n category\n color\n hidden\n size\n sort\n x\n y\n __typename\n }\n usersVizIntentApplied\n customChartConfigs {\n dimensions {\n columns\n key\n __typename\n }\n key\n __typename\n }\n customChartGuid\n __typename\n }\n tableData {\n columnDataLite {\n columnId\n columnDataType\n dataValue\n columnName\n __typename\n }\n __typename\n }\n warningType\n cached\n __typename\n }\n debugInfo {\n fewShotExamples {\n chartType\n id\n mappingId\n nlQuery\n nlQueryConcepts\n sageQuery\n scope\n sql\n tml\n __typename\n }\n __typename\n }\n __typename\n }\n __typename\n }\n errorData {\n tool\n errCode\n errTxt\n toolErrCode\n __typename\n }\n __typename\n }\n type\n __typename\n }\n prevCtx {\n genNo\n sessionId\n __typename\n }\n __typename\n }\n}\n";
//# sourceMappingURL=conversation-queries.d.ts.map