GenAiInteractionIntelligence()
Home > @gooddata/sdk-ui-gen-ai > GenAiInteractionIntelligence
GenAiInteractionIntelligence() function
The Interaction Intelligence panel: a single timeline of the processing steps behind one assistant response, with a list view and a per-category detail view. Loads its own data on mount and owns which view/category is currently shown.
Signature:
export declare function GenAiInteractionIntelligence(input: IGenAiInteractionIntelligenceProps): import("react/jsx-runtime").JSX.Element | null;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
{ responseId, onClose, initialMode, initialCategory } |
(not declared) | |
|
input |
Returns:
import("react/jsx-runtime").JSX.Element | null