public sealed class QaScorecardResult.Types.QaTagResult : IMessage<QaScorecardResult.Types.QaTagResult>, IEquatable<QaScorecardResult.Types.QaTagResult>, IDeepCloneable<QaScorecardResult.Types.QaTagResult>, IBufferMessage, IMessageReference documentation and code samples for the Contact Center AI Insights v1 API class QaScorecardResult.Types.QaTagResult.
Tags and their corresponding results.
Implements
IMessageQaScorecardResultTypesQaTagResult, IEquatableQaScorecardResultTypesQaTagResult, IDeepCloneableQaScorecardResultTypesQaTagResult, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
QaTagResult()
public QaTagResult()QaTagResult(QaTagResult)
public QaTagResult(QaScorecardResult.Types.QaTagResult other)| Parameter | |
|---|---|
| Name | Description |
other |
QaScorecardResultTypesQaTagResult |
Properties
HasNormalizedScore
public bool HasNormalizedScore { get; }Gets whether the "normalized_score" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasPotentialScore
public bool HasPotentialScore { get; }Gets whether the "potential_score" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasScore
public bool HasScore { get; }Gets whether the "score" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
NormalizedScore
public double NormalizedScore { get; set; }The normalized score the tag applies to.
| Property Value | |
|---|---|
| Type | Description |
double |
|
PotentialScore
public double PotentialScore { get; set; }The potential score the tag applies to.
| Property Value | |
|---|---|
| Type | Description |
double |
|
Score
public double Score { get; set; }The score the tag applies to.
| Property Value | |
|---|---|
| Type | Description |
double |
|
Tag
public string Tag { get; set; }The tag the score applies to.
| Property Value | |
|---|---|
| Type | Description |
string |
|