Interface ListAnalyticsMessagesResponse

interface ListAnalyticsMessagesResponse {
    messages: AnalyticsMessage[];
    nextToken?: string;
}

Hierarchy (View Summary)

Properties

Properties

messages: AnalyticsMessage[]

The messages of the conversation.

nextToken?: string

Token to get the next page of messages.