Databricks SDK for JavaScript
    Preparing search index...

    Interface GenieCreateConversationMessageRequest

    interface GenieCreateConversationMessageRequest {
        content?: string;
        conversationId?: string;
        spaceId?: string;
    }
    Index

    Properties

    content?: string

    User message content.

    conversationId?: string

    The ID associated with the conversation.

    spaceId?: string

    The ID associated with the Genie space where the conversation is started.