IGenAIAssistantSlots
Home > @gooddata/sdk-ui-gen-ai > IGenAIAssistantSlots
IGenAIAssistantSlots interface
Customizations for the Gen AI assistant.
Signature:
export interface IGenAIAssistantSlots
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
ComponentType<ISlotProps<IGenAIAssistantDisclaimerProps>> |
(Optional) Custom React component rendered below the input as a disclaimer. | ||
|
ComponentType<ISlotProps<IGenAIAssistantLandingScreenProps>> |
(Optional) Custom React node rendered when no conversation exists yet or user has click on "New conversation" button. |