GenAIConversationsProps
Home > @gooddata/sdk-ui-gen-ai > GenAIConversationsProps
GenAIConversationsProps type
Properties for the GenAIConversations component.
Signature:
export type GenAIConversationsProps = Omit<GenAiStoreProps, "children"> & {
locale?: string;
onConversationSelect?: (conversation: IChatConversationLocal) => void;
className?: string;
};
References: GenAiStoreProps, IChatConversationLocal