Interface ReportStoryResultOptionRequired

The user must choose an option to report the story and repeat request with the chosen option. Subtype of ReportStoryResult.

interface ReportStoryResultOptionRequired {
    @type: "reportStoryResultOptionRequired";
    options: ReportOption[];
    title: string;
}

Properties

Properties

@type: "reportStoryResultOptionRequired"
options: ReportOption[]

List of available options.

title: string

Title for the option choice.