Class GoogleCloudContactcenterinsightsV1DimensionQaQuestionAnswerDimensionMetadata
Metadata about the QA question-answer dimension. This is useful for showing the answer distribution for questions for a given scorecard.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1DimensionQaQuestionAnswerDimensionMetadata : IDirectResponseSchema
Properties
AnswerValue
Optional. The full body of the question.
Declaration
[JsonProperty("answerValue")]
public virtual string AnswerValue { get; set; }
Property Value
Type | Description |
---|---|
string |
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 |