Interface ListUserAssistantConversationsResponse

interface ListUserAssistantConversationsResponse {
    conversations: AssistantConversation[];
    nextToken?: string;
}

Hierarchy (View Summary)

Properties

conversations: AssistantConversation[]

The requested page of conversations.

nextToken?: string

Token to get the next page of conversations.