Interface CreateAnalyticsMessageCommandInput

interface CreateAnalyticsMessageCommandInput {
    content: AnalyticsMessageContent;
    courseId: string;
}

Hierarchy (View Summary)

Properties

Properties

The natural-language question to ask.

courseId: string

The id of the course.