Databricks SDK for JavaScript
    Preparing search index...

    A list of Knowledge Assistants.

    interface ListKnowledgeAssistantsResponse {
        knowledgeAssistants?: KnowledgeAssistant[];
        nextPageToken?: string;
    }
    Index

    Properties

    knowledgeAssistants?: KnowledgeAssistant[]
    nextPageToken?: string

    A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.