Class GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValue
Message for holding the value of a QaAnswer. QaQuestion.AnswerChoice defines the possible answer values for a question.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValue : IDirectResponseSchema
Properties
BoolValue
Boolean value.
Declaration
[JsonProperty("boolValue")]
public virtual bool? BoolValue { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Key
A short string used as an identifier. Matches the value used in QaQuestion.AnswerChoice.key.
Declaration
[JsonProperty("key")]
public virtual string Key { get; set; }
Property Value
Type | Description |
---|---|
string |
NaValue
A value of "Not Applicable (N/A)". Should only ever be true
.
Declaration
[JsonProperty("naValue")]
public virtual bool? NaValue { get; set; }
Property Value
Type | Description |
---|---|
bool? |
NormalizedScore
Output only. Normalized score of the questions. Calculated as score / potential_score.
Declaration
[JsonProperty("normalizedScore")]
public virtual double? NormalizedScore { get; set; }
Property Value
Type | Description |
---|---|
double? |
NumValue
Numerical value.
Declaration
[JsonProperty("numValue")]
public virtual double? NumValue { get; set; }
Property Value
Type | Description |
---|---|
double? |
PotentialScore
Output only. The maximum potential score of the question.
Declaration
[JsonProperty("potentialScore")]
public virtual double? PotentialScore { get; set; }
Property Value
Type | Description |
---|---|
double? |
Score
Output only. Numerical score of the answer.
Declaration
[JsonProperty("score")]
public virtual double? Score { get; set; }
Property Value
Type | Description |
---|---|
double? |
StrValue
String value.
Declaration
[JsonProperty("strValue")]
public virtual string StrValue { get; set; }
Property Value
Type | Description |
---|---|
string |