Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1AnswerFeedback

The feedback that the customer has about a certain answer in the conversation.

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

Properties

Clicked

Indicates whether an answer or item was clicked by the human agent.

Declaration
[JsonProperty("clicked")]
public virtual bool? Clicked { get; set; }
Property Value
Type Description
bool?

CorrectnessLevel

The correctness level of an answer.

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

Displayed

Indicates whether an answer or item was displayed to the human agent in the agent desktop UI.

Declaration
[JsonProperty("displayed")]
public virtual bool? Displayed { 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX