Databricks SDK for JavaScript
    Preparing search index...

    Interface GenieStartConversationRequest

    interface GenieStartConversationRequest {
        content?: string;
        spaceId?: string;
    }
    Index

    Properties

    Properties

    content?: string

    The text of the message that starts the conversation.

    spaceId?: string

    The ID associated with the Genie space where you want to start a conversation.