public sealed class Dimension.Types.QaQuestionAnswerDimensionMetadata : IMessage<Dimension.Types.QaQuestionAnswerDimensionMetadata>, IEquatable<Dimension.Types.QaQuestionAnswerDimensionMetadata>, IDeepCloneable<Dimension.Types.QaQuestionAnswerDimensionMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Contact Center AI Insights v1 API class Dimension.Types.QaQuestionAnswerDimensionMetadata.
Metadata about the QA question-answer dimension. This is useful for showing the answer distribution for questions for a given scorecard.
Implements
IMessageDimensionTypesQaQuestionAnswerDimensionMetadata, IEquatableDimensionTypesQaQuestionAnswerDimensionMetadata, IDeepCloneableDimensionTypesQaQuestionAnswerDimensionMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
QaQuestionAnswerDimensionMetadata()
public QaQuestionAnswerDimensionMetadata()QaQuestionAnswerDimensionMetadata(QaQuestionAnswerDimensionMetadata)
public QaQuestionAnswerDimensionMetadata(Dimension.Types.QaQuestionAnswerDimensionMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
DimensionTypesQaQuestionAnswerDimensionMetadata |
Properties
AnswerValue
public string AnswerValue { get; set; }Optional. The full body of the question.
| Property Value | |
|---|---|
| Type | Description |
string |
|
QaQuestionId
public string QaQuestionId { get; set; }Optional. The QA question ID.
| Property Value | |
|---|---|
| Type | Description |
string |
|
QaScorecardId
public string QaScorecardId { get; set; }Optional. The QA scorecard ID.
| Property Value | |
|---|---|
| Type | Description |
string |
|
QuestionBody
public string QuestionBody { get; set; }Optional. The full body of the question.
| Property Value | |
|---|---|
| Type | Description |
string |
|