Interface ListAssignmentAssistantsResponse

interface ListAssignmentAssistantsResponse {
    assistants: Assistant[];
    nextToken?: string;
}

Hierarchy (View Summary)

Properties

assistants: Assistant[]

The requested page of assistants.

nextToken?: string

Token to get the next page of assistants.