Databricks SDK for JavaScript
    Preparing search index...

    A request to list Knowledge Assistants.

    interface ListKnowledgeAssistantsRequest {
        pageSize?: number;
        pageToken?: string;
    }
    Index

    Properties

    pageSize?: number

    The maximum number of knowledge assistants to return. If unspecified, at most 100 knowledge assistants will be returned. The maximum value is 100; values above 100 will be coerced to 100.

    pageToken?: string

    A page token, received from a previous ListKnowledgeAssistants call. Provide this to retrieve the subsequent page. If unspecified, the first page will be returned.