Interface ListAssignmentAssistantsCommandOutput

interface ListAssignmentAssistantsCommandOutput {
    $metadata: ResponseMetadata;
    assistants: Assistant[];
    nextToken?: string;
}

Hierarchy (View Summary)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

assistants: Assistant[]

The requested page of assistants.

nextToken?: string

Token to get the next page of assistants.