Integration App React - v2.21.0
    Preparing search index...

    Interface ConnectorCopilotSuggestionAction

    interface ConnectorCopilotSuggestionAction {
        type: ConnectorCopilotSuggestionActionType;
        path: string;
        locator?: string;
        data: any;
        format?: "value" | "schema" | "fields";
        schema?: any;
        variablesSchema?: any;
        parameters?: any;
    }
    Index

    Properties

    path: string
    locator?: string
    data: any
    format?: "value" | "schema" | "fields"
    schema?: any
    variablesSchema?: any
    parameters?: any