Databricks SDK for JavaScript
    Preparing search index...

    Interface GenieCancelResponseRequest

    Request to cancel an in-flight agent-mode response.

    interface GenieCancelResponseRequest {
        agentId?: string;
        conversationId?: string;
        responseId?: string;
    }
    Index

    Properties

    agentId?: string

    The ID of the Genie agent (synonymous with the Genie space ID).

    conversationId?: string

    The ID of the conversation containing the response.

    responseId?: string

    The ID of the response to cancel (the id from the response.created event).