ICloseAiAssistantRequestedEvent
Home > @gooddata/sdk-pluggable-application-model > ICloseAiAssistantRequestedEvent
ICloseAiAssistantRequestedEvent interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Event requesting the host to close its AI assistant chat.
Signature:
export interface ICloseAiAssistantRequestedEvent extends IPluggableAppEvent
Extends: IPluggableAppEvent
Remarks
Counterpart to IOpenAiAssistantRequestedEvent. A pluggable application emits this when one of its in-content controls toggles the assistant closed (e.g. an embedded AI button), so the host-owned chat closes in step with the application.
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
|
"GDC.PLUGGABLE_APP/EVT.AI_ASSISTANT.CLOSE_REQUESTED" |
(ALPHA) |