Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudDialogflowCxV3AnswerFeedbackRatingReason

import type { GoogleCloudDialogflowCxV3AnswerFeedbackRatingReason } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";

Stores extra information about why users provided thumbs down rating.

interface GoogleCloudDialogflowCxV3AnswerFeedbackRatingReason {
feedback?: string;
reasonLabels?: string[];
}

§Properties

§
feedback?: string
[src]

Optional. Additional feedback about the rating. This field can be populated without choosing a predefined reason.

§
reasonLabels?: string[]
[src]

Optional. Custom reason labels for thumbs down rating provided by the user. The maximum number of labels allowed is 10 and the maximum length of a single label is 128 characters.