aiAssistantContextChanged()
Home > @gooddata/sdk-pluggable-application-model > aiAssistantContextChanged
aiAssistantContextChanged() function
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.
Creates an IAiAssistantContextChangedEvent.
Signature:
export declare function aiAssistantContextChanged(payload?: {
includeTags?: string[];
excludeTags?: string[];
}): IAiAssistantContextChangedEvent;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
payload |
{ includeTags?: string[]; excludeTags?: string[]; } |
(Optional) |
Returns: