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

GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse

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

Sample response that the agent can use. This could be based on applicable instructions and ingested data from other systems.

interface GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse {
responseText?: string;
}

§Properties

§

Output only. Duplicate check result for the sample response.

§
responseText?: string
[src]

Optional. Sample response for Agent in text.

§

Output only. Sources for the Sample Response.