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

GoogleCloudDialogflowCxV3AgentAnswerFeedbackSettings

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

Settings for answer feedback collection.

interface GoogleCloudDialogflowCxV3AgentAnswerFeedbackSettings {
enableAnswerFeedback?: boolean;
}

§Properties

§
enableAnswerFeedback?: boolean
[src]

Optional. If enabled, end users will be able to provide answer feedback to Dialogflow responses. Feature works only if interaction logging is enabled in the Dialogflow agent.