Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerSource

A question may have multiple answers from varying sources, one of which becomes the "main" answer above. AnswerSource represents each individual answer.

Inheritance
object
GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerSource
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 GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerSource : IDirectResponseSchema

Properties

AnswerValue

The answer value from this source.

Declaration
[JsonProperty("answerValue")]
public virtual GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValue AnswerValue { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValue

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

SourceType

What created the answer.

Declaration
[JsonProperty("sourceType")]
public virtual string SourceType { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX