Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1DimensionQaQuestionDimensionMetadata

Metadata about the QA question dimension.

Inheritance
object
GoogleCloudContactcenterinsightsV1DimensionQaQuestionDimensionMetadata
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 GoogleCloudContactcenterinsightsV1DimensionQaQuestionDimensionMetadata : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

QaQuestionId

Optional. The QA question ID.

Declaration
[JsonProperty("qaQuestionId")]
public virtual string QaQuestionId { get; set; }
Property Value
Type Description
string

QaScorecardId

Optional. The QA scorecard ID.

Declaration
[JsonProperty("qaScorecardId")]
public virtual string QaScorecardId { get; set; }
Property Value
Type Description
string

QuestionBody

Optional. The full body of the question.

Declaration
[JsonProperty("questionBody")]
public virtual string QuestionBody { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX