GenAIAssistantProps
Home > @gooddata/sdk-ui-gen-ai > GenAIAssistantProps
GenAIAssistantProps interface
Properties for the GenAIAssistant component.
Signature:
export interface GenAIAssistantProps
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
boolean |
(Optional) When true, allows the chat to render links that open in a new tab or window. This is handy only when embedding the chat in same environment where GD platform is running because chat always create full URLs to the links. | ||
(Optional) Analytical backend to use for server communication. | |||
(Optional) Catalog items for autocomplete. | |||
(Optional) Color palette to use for the chat UI. | |||
boolean |
(Optional) This will disable analyze permissions for the user even if the user has them defined. | ||
boolean |
(Optional) This will disable full control permissions for the user even if the user has them defined. | ||
boolean |
(Optional) This will disable manage permissions for the user even if the user has them defined. | ||
(Optional) Event handlers to subscribe to chat events. | |||
string |
(Optional) The locale to use for the chat UI. | ||
(dispatch: (action: unknown) => void) => void |
(Optional) When provided, the function will be called with the store dispatch function after the store has been initialized. | ||
(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). | ||
(Optional) User settings to use for the chat UI. | |||
string |
(Optional) The workspace ID the user is working with. |