GoogleCloudDialogflowV2GeneratorSuggestion
import type { GoogleCloudDialogflowV2GeneratorSuggestion } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
Suggestion generated using a Generator.
interface GoogleCloudDialogflowV2GeneratorSuggestion {
freeFormSuggestion?: GoogleCloudDialogflowV2FreeFormSuggestion;
summarySuggestion?: GoogleCloudDialogflowV2SummarySuggestion;
toolCallInfo?: GoogleCloudDialogflowV2GeneratorSuggestionToolCallInfo[];
}§Properties
§
freeFormSuggestion?: GoogleCloudDialogflowV2FreeFormSuggestion
[src]Optional. Free form suggestion.
§
summarySuggestion?: GoogleCloudDialogflowV2SummarySuggestion
[src]Optional. Suggested summary.
§
toolCallInfo?: GoogleCloudDialogflowV2GeneratorSuggestionToolCallInfo[]
[src]Optional. List of request and response for tool calls executed.