Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue

Message for holding the value of a QaAnswer. QaQuestion.AnswerChoice defines the possible answer values for a question.

Inheritance
object
GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1QaAnswerAnswerValue : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX