Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1alpha1UpdateQaQuestionTagRequest

The request for updating a QaQuestionTag.

Inheritance
object
GoogleCloudContactcenterinsightsV1alpha1UpdateQaQuestionTagRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1alpha1UpdateQaQuestionTagRequest : 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 GoogleCloudContactcenterinsightsV1alpha1QaQuestionTag QaQuestionTag { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1alpha1QaQuestionTag

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX