GenAIChatProps
Home > @gooddata/sdk-ui-gen-ai > GenAIChatProps
GenAIChatProps interface
Properties for the GenAIChat component.
Signature:
export interface GenAIChatProps
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
backend? | IAnalyticalBackend | (Optional) Analytical backend to use for server communication. | |
catalogItems? | CatalogItem[] | (Optional) Catalog items for autocomplete. | |
colorPalette? | IColorPalette | (Optional) Color palette to use for the chat UI. | |
eventHandlers? | ChatEventHandler[] | (Optional) Event handlers to subscribe to chat events. | |
locale? | string | (Optional) The locale to use for the chat UI. | |
onLinkClick? | (linkClickEvent: LinkHandlerEvent) => void | (Optional) When provided, references to the metadata objects will be rendered as clickable links. Otherwise, the metadata objects will be rendered as plain text (using object title). | |
workspace? | string | (Optional) The workspace ID the user is working with. |