View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2SuggestionInput (google_api_dialogflow v0.88.3)
Represents the selection of a suggestion.
Attributes
-
answerRecord
(type:String.t
, default:nil
) - Required. The ID of a suggestion selected by the human agent. The suggestion(s) were generated in a previous call to request Dialogflow assist. The format is:projects//locations//answerRecords/
where is an alphanumeric string.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2SuggestionInput{ answerRecord: String.t() | nil }