public sealed class UpdateQaQuestionRequest : IMessage<UpdateQaQuestionRequest>, IEquatable<UpdateQaQuestionRequest>, IDeepCloneable<UpdateQaQuestionRequest>, IBufferMessage, IMessageReference documentation and code samples for the Contact Center AI Insights v1 API class UpdateQaQuestionRequest.
The request for updating a QaQuestion.
Implements
IMessageUpdateQaQuestionRequest, IEquatableUpdateQaQuestionRequest, IDeepCloneableUpdateQaQuestionRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
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:
abbreviationanswer_choicesanswer_instructionsorderquestion_bodytags
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|