Interface ListAssistantMessagesResponse

interface ListAssistantMessagesResponse {
    messages: AssistantMessage[];
    nextToken?: string;
}

Hierarchy (View Summary)

Properties

Properties

messages: AssistantMessage[]

The messages that are part of this conversation.

nextToken?: string

Token to get the next page of messages.