Contact Center AI Insights v1 API - Class UpdateQaQuestionRequest (2.18.0)

public sealed class UpdateQaQuestionRequest : IMessage<UpdateQaQuestionRequest>, IEquatable<UpdateQaQuestionRequest>, IDeepCloneable<UpdateQaQuestionRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Contact Center AI Insights v1 API class UpdateQaQuestionRequest.

The request for updating a QaQuestion.

Inheritance

object > UpdateQaQuestionRequest

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

UpdateQaQuestionRequest()

public UpdateQaQuestionRequest()

UpdateQaQuestionRequest(UpdateQaQuestionRequest)

public UpdateQaQuestionRequest(UpdateQaQuestionRequest other)
Parameter
Name Description
other UpdateQaQuestionRequest

Properties

QaQuestion

public QaQuestion QaQuestion { get; set; }

Required. The QaQuestion to update.

Property Value
Type Description
QaQuestion

UpdateMask

public FieldMask UpdateMask { get; set; }

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
Property Value
Type Description
FieldMask