Class: Google::Cloud::ContactCenterInsights::V1::UpdateQaQuestionRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb

Overview

The request for updating a QaQuestion.

Instance Attribute Summary collapse

Instance Attribute Details

#qa_question::Google::Cloud::ContactCenterInsights::V1::QaQuestion

Returns Required. The QaQuestion to update.

Returns:



1765
1766
1767
1768
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1765

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

#update_mask::Google::Protobuf::FieldMask

Returns Required. The list of fields to be updated. All possible fields can be updated by passing *, or a subset of the following updateable fields can be provided:

  • abbreviation
  • answer_choices
  • answer_instructions
  • order
  • question_body
  • tags.

Returns:

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

    Required. The list of fields to be updated. All possible fields can be updated by passing *, or a subset of the following updateable fields can be provided:

    • abbreviation
    • answer_choices
    • answer_instructions
    • order
    • question_body
    • tags


1765
1766
1767
1768
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1765

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