Interface ListAssistantMessageDetailsCommandOutput

interface ListAssistantMessageDetailsCommandOutput {
    $metadata: ResponseMetadata;
    blocks: AssistantMessageContentBlock[];
    nextToken?: string;
}

Hierarchy (View Summary)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

The detailed content blocks of the requested message.

nextToken?: string

Token to get the next page of blocks.