Interface ListAssistantMessagesCommandOutput

interface ListAssistantMessagesCommandOutput {
    $metadata: ResponseMetadata;
    messages: AssistantMessage[];
    nextToken?: string;
}

Hierarchy (View Summary)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

messages: AssistantMessage[]

The messages that are part of this conversation.

nextToken?: string

Token to get the next page of messages.