Interface ListEditorSessionsCommandInput

interface ListEditorSessionsCommandInput {
    assignmentId: string;
    nextToken?: string;
    pageSize?: number;
    userId: string;
}

Hierarchy (View Summary)

Properties

assignmentId: string

Assignment id.

nextToken?: string

Token to get the next page of conversations.

pageSize?: number

The amount of assistants to return per page, at least 1, maximum 20.

userId: string

Owner of the submissions.