ChatDefinitionReceivedEvent
Home > @gooddata/sdk-ui-gen-ai > ChatDefinitionReceivedEvent
ChatDefinitionReceivedEvent type
A chat definition received event.
Signature:
export type ChatDefinitionReceivedEvent = BaseEvent & {
type: "onDefinitionReceived";
definitionType: "dashboard" | "visualization";
itemId: string;
conversationId: string;
interactionId?: string;
dashboard?: IDashboard;
visualization?: NonNullable<IChatConversationVisualisationContent["visualization"]>;
};
References: BaseEvent, IDashboard