Class GoogleCloudContactcenterinsightsV1QaQuestionAnswerChoice
Message representing a possible answer to the question.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1QaQuestionAnswerChoice : 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.
Declaration
[JsonProperty("key")]
public virtual string Key { get; set; }
Property Value
Type | Description |
---|---|
string |
NaValue
A value of "Not Applicable (N/A)". If provided, this field may only be set to true
. If a question receives
this answer, it will be excluded from any score calculations.
Declaration
[JsonProperty("naValue")]
public virtual bool? NaValue { get; set; }
Property Value
Type | Description |
---|---|
bool? |
NumValue
Numerical value.
Declaration
[JsonProperty("numValue")]
public virtual double? NumValue { get; set; }
Property Value
Type | Description |
---|---|
double? |
Score
Numerical score of the answer, used for generating the overall score of a QaScorecardResult. If the answer uses na_value, this field is unused.
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 |