View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3SubmitAnswerFeedbackRequest (google_api_dialogflow v0.88.3)
The request to set the feedback for a bot answer.
Attributes
-
answerFeedback
(type:GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3AnswerFeedback.t
, default:nil
) - Required. Feedback provided for a bot answer. -
responseId
(type:String.t
, default:nil
) - Required. ID of the response to update its feedback. This is the same as DetectIntentResponse.response_id. -
updateMask
(type:String.t
, default:nil
) - Optional. The mask to control which fields to update. If the mask is not present, all fields will be updated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3SubmitAnswerFeedbackRequest{ answerFeedback: GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3AnswerFeedback.t() | nil, responseId: String.t() | nil, updateMask: String.t() | nil }