IGenAIChatInteraction
Home > @gooddata/sdk-model > IGenAIChatInteraction
IGenAIChatInteraction interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
A singe user - assistant chat interaction.
Signature:
export interface IGenAIChatInteraction
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
chatHistoryInteractionId | number | (ALPHA) ID of the interaction within the thread. | |
createdVisualizations? | IGenAICreatedVisualizations | (ALPHA) (Optional) A list of created visualizations for the interaction. | |
foundObjects? | IGenAIFoundObjects | (ALPHA) (Optional) A list of found objects for the interaction. | |
interactionFinished | boolean | (ALPHA) Flag indicating whether the interaction is finished. | |
question | string | (ALPHA) User question. | |
routing | IGenAIChatRouting | (ALPHA) Routing for the interaction. | |
textResponse? | string | (ALPHA) (Optional) A generic text response from the assistant. |