ChatConversationChangedEvent
Home > @gooddata/sdk-ui-gen-ai > ChatConversationChangedEvent
ChatConversationChangedEvent type
A chat copy to clipboard event.
Signature:
export type ChatConversationChangedEvent = BaseEvent & {
type: "chatConversationChanged";
conversation: IChatConversationLocal;
};
References: BaseEvent, IChatConversationLocal