GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2GeneratorSuggestion (google_api_dialogflow v0.89.0)
View SourceSuggestion generated using a Generator.
Attributes
-
freeFormSuggestion
(type:GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2FreeFormSuggestion.t
, default:nil
) - Optional. Free form suggestion. -
summarySuggestion
(type:GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2SummarySuggestion.t
, default:nil
) - Optional. Suggested summary. -
toolCallInfo
(type:list(GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2GeneratorSuggestionToolCallInfo.t)
, default:nil
) - Optional. List of request and response for tool calls executed.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2GeneratorSuggestion{ freeFormSuggestion: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2FreeFormSuggestion.t() | nil, summarySuggestion: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2SummarySuggestion.t() | nil, toolCallInfo: [ GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2GeneratorSuggestionToolCallInfo.t() ] | nil }