Class SubmitAnswerFeedbackRequest (1.33.0)

SubmitAnswerFeedbackRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request to set the feedback for a bot answer.

Attributes

NameDescription
session str
Required. The name of the session the feedback was sent to.
response_id str
Required. ID of the response to update its feedback. This is the same as DetectIntentResponse.response_id.
answer_feedback google.cloud.dialogflowcx_v3beta1.types.AnswerFeedback
Required. Feedback provided for a bot answer.
update_mask google.protobuf.field_mask_pb2.FieldMask
Optional. The mask to control which fields to update. If the mask is not present, all fields will be updated.