IChatThread
Home > @gooddata/sdk-backend-spi > IChatThread
IChatThread 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.
Signature:
export interface IChatThread
Methods
Method | Description |
---|---|
loadHistory(fromInteractionId, options) | (BETA) Load chat history for the chat thread. |
query(userMessage) | (BETA) Add a user message to the chat thread. |
reset() | (BETA) Reset the chat thread history. |