GoogleCloudDialogflowV2GeneratorSuggestion
import type { GoogleCloudDialogflowV2GeneratorSuggestion } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowV2GeneratorSuggestion {
agentCoachingSuggestion?: GoogleCloudDialogflowV2AgentCoachingSuggestion;
freeFormSuggestion?: GoogleCloudDialogflowV2FreeFormSuggestion;
summarySuggestion?: GoogleCloudDialogflowV2SummarySuggestion;
toolCallInfo?: GoogleCloudDialogflowV2GeneratorSuggestionToolCallInfo[];
}§Properties
§
agentCoachingSuggestion?: GoogleCloudDialogflowV2AgentCoachingSuggestion
[src]§
freeFormSuggestion?: GoogleCloudDialogflowV2FreeFormSuggestion
[src]§
summarySuggestion?: GoogleCloudDialogflowV2SummarySuggestion
[src]§
toolCallInfo?: GoogleCloudDialogflowV2GeneratorSuggestionToolCallInfo[]
[src]