Interface ListAssistantMessageDetailsResponse

interface ListAssistantMessageDetailsResponse {
    blocks: AssistantMessageContentBlock[];
    nextToken?: string;
}

Hierarchy (View Summary)

Properties

Properties

The detailed content blocks of the requested message.

nextToken?: string

Token to get the next page of blocks.