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 {
readonly duplicateCheckResult?: GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult;
responseText?: string;
readonly sources?: GoogleCloudDialogflowV2AgentCoachingSuggestionSources;
}§Properties
§
readonly duplicateCheckResult?: GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult
[src]Output only. Duplicate check result for the sample response.
§
readonly sources?: GoogleCloudDialogflowV2AgentCoachingSuggestionSources
[src]Output only. Sources for the Sample Response.