Interface ListUserAssistantConversationsCommandOutput

interface ListUserAssistantConversationsCommandOutput {
    $metadata: ResponseMetadata;
    conversations: AssistantConversation[];
    nextToken?: string;
}

Hierarchy (View Summary)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

conversations: AssistantConversation[]

The requested page of conversations.

nextToken?: string

Token to get the next page of conversations.