Class GoogleCloudContactcenterinsightsV1UpdateQaQuestionTagRequest
The request for updating a QaQuestionTag.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1UpdateQaQuestionTagRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
QaQuestionTag
Required. The QaQuestionTag to update.
Declaration
[JsonProperty("qaQuestionTag")]
public virtual GoogleCloudContactcenterinsightsV1QaQuestionTag QaQuestionTag { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1QaQuestionTag |
UpdateMask
Optional. 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: * qa_question_tag_name - the name of the tag *
qa_question_ids - the list of questions the tag applies to
Declaration
[JsonProperty("updateMask")]
public virtual object UpdateMask { get; set; }
Property Value
| Type | Description |
|---|---|
| object |