Class: Google::Cloud::Dialogflow::CX::V3::SubmitAnswerFeedbackRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/session.rb

Overview

The request to set the feedback for a bot answer.

Instance Attribute Summary collapse

Instance Attribute Details

#answer_feedback::Google::Cloud::Dialogflow::CX::V3::AnswerFeedback

Returns Required. Feedback provided for a bot answer.

Returns:



85
86
87
88
# File 'proto_docs/google/cloud/dialogflow/cx/v3/session.rb', line 85

class SubmitAnswerFeedbackRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#response_id::String

Returns Required. ID of the response to update its feedback. This is the same as DetectIntentResponse.response_id.

Returns:

  • (::String)

    Required. ID of the response to update its feedback. This is the same as DetectIntentResponse.response_id.



85
86
87
88
# File 'proto_docs/google/cloud/dialogflow/cx/v3/session.rb', line 85

class SubmitAnswerFeedbackRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#session::String

Returns Required. The name of the session the feedback was sent to.

Returns:

  • (::String)

    Required. The name of the session the feedback was sent to.



85
86
87
88
# File 'proto_docs/google/cloud/dialogflow/cx/v3/session.rb', line 85

class SubmitAnswerFeedbackRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns Optional. The mask to control which fields to update. If the mask is not present, all fields will be updated.

Returns:

  • (::Google::Protobuf::FieldMask)

    Optional. The mask to control which fields to update. If the mask is not present, all fields will be updated.



85
86
87
88
# File 'proto_docs/google/cloud/dialogflow/cx/v3/session.rb', line 85

class SubmitAnswerFeedbackRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end