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

GoogleCloudDialogflowCxV3SubmitAnswerFeedbackRequest

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

The request to set the feedback for a bot answer.

interface GoogleCloudDialogflowCxV3SubmitAnswerFeedbackRequest {
responseId?: string;
updateMask?: string;
}

§Properties

§

Required. Feedback provided for a bot answer.

§
responseId?: string
[src]

Required. ID of the response to update its feedback. This is the same as DetectIntentResponse.response_id.

§
updateMask?: string
[src]

Optional. The mask to control which fields to update. If the mask is not present, all fields will be updated.