IChatThreadQuery
Home > @gooddata/sdk-backend-spi > IChatThreadQuery
IChatThreadQuery interface
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Chatbot thread query builder.
Signature:
export interface IChatThreadQuery
Methods
Method | Description |
---|---|
query(options) | (BETA) Execute the chat thread. |
withCreateLimit(createLimit) | (BETA) Define the limit for the number of created visualization returned by the chat thread. |
withSearchLimit(searchLimit) | (BETA) Define the limit for the number of search results returned by the chat thread. |
withUserContext(userContext) | (BETA) Define the user context for the chat thread. For example, what dashboard the user is currently looking at. |