Class GoogleCloudContactcenterinsightsV1alpha1AnswerFeedback
The feedback that the customer has about a certain answer in the conversation.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1alpha1AnswerFeedback : 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 |