Contact Center AI Insights v1 API - Class Dimension.Types.QaQuestionAnswerDimensionMetadata (2.18.0)

public sealed class Dimension.Types.QaQuestionAnswerDimensionMetadata : IMessage<Dimension.Types.QaQuestionAnswerDimensionMetadata>, IEquatable<Dimension.Types.QaQuestionAnswerDimensionMetadata>, IDeepCloneable<Dimension.Types.QaQuestionAnswerDimensionMetadata>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > Dimension.Types.QaQuestionAnswerDimensionMetadata

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

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