Interface ListAnalyticsMessagesRequest

interface ListAnalyticsMessagesRequest {
    courseId: string;
    nextToken?: string;
    pageSize?: number;
}

Hierarchy (View Summary)

Properties

courseId: string

The id of the course.

nextToken?: string

Token to get the next page of messages.

pageSize?: number

The number of messages to return per page.