public sealed class Dimension.Types.QaQuestionDimensionMetadata : IMessage<Dimension.Types.QaQuestionDimensionMetadata>, IEquatable<Dimension.Types.QaQuestionDimensionMetadata>, IDeepCloneable<Dimension.Types.QaQuestionDimensionMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Contact Center AI Insights v1 API class Dimension.Types.QaQuestionDimensionMetadata.
Metadata about the QA question dimension.
Implements
IMessageDimensionTypesQaQuestionDimensionMetadata, IEquatableDimensionTypesQaQuestionDimensionMetadata, IDeepCloneableDimensionTypesQaQuestionDimensionMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
QaQuestionDimensionMetadata()
public QaQuestionDimensionMetadata()QaQuestionDimensionMetadata(QaQuestionDimensionMetadata)
public QaQuestionDimensionMetadata(Dimension.Types.QaQuestionDimensionMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
DimensionTypesQaQuestionDimensionMetadata |
Properties
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 |
|