botas-core
    Preparing search index...

    Interface ConversationsResult

    A page of conversations with an optional continuation token.

    interface ConversationsResult {
        conversations: Conversation[];
        continuationToken?: string;
    }
    Index

    Properties

    conversations: Conversation[]

    Conversations on this page.

    continuationToken?: string

    Opaque token to pass on the next call to retrieve the following page.