Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::UpdateQaQuestionRequest.
The request for updating a QaQuestion.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#qa_question
def qa_question() -> ::Google::Cloud::ContactCenterInsights::V1::QaQuestion
- (::Google::Cloud::ContactCenterInsights::V1::QaQuestion) — Required. The QaQuestion to update.
#qa_question=
def qa_question=(value) -> ::Google::Cloud::ContactCenterInsights::V1::QaQuestion
- value (::Google::Cloud::ContactCenterInsights::V1::QaQuestion) — Required. The QaQuestion to update.
- (::Google::Cloud::ContactCenterInsights::V1::QaQuestion) — Required. The QaQuestion to update.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
-
(::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
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
-
value (::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
-
(::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