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

GoogleCloudDialogflowCxV3AnswerFeedback

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

Stores information about feedback provided by users about a response.

interface GoogleCloudDialogflowCxV3AnswerFeedback {
customRating?: string;
rating?: "RATING_UNSPECIFIED" | "THUMBS_UP" | "THUMBS_DOWN";
}

§Properties

§
customRating?: string
[src]

Optional. Custom rating from the user about the provided answer, with maximum length of 1024 characters. For example, client could use a customized JSON object to indicate the rating.

§
rating?: "RATING_UNSPECIFIED" | "THUMBS_UP" | "THUMBS_DOWN"
[src]

Optional. Rating from user for the specific Dialogflow response.

§

Optional. In case of thumbs down rating provided, users can optionally provide context about the rating.