Show / Hide Table of Contents

Class GoogleCloudDialogflowV2beta1AnswerFeedback

Represents feedback the customer has about the quality & correctness of a certain answer in a conversation.

Inheritance
object
GoogleCloudDialogflowV2beta1AnswerFeedback
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.Dialogflow.v2beta1.Data
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1AnswerFeedback : IDirectResponseSchema

Properties

AgentAssistantDetailFeedback

Optional. Detail feedback of agent assistant suggestions.

Declaration
[JsonProperty("agentAssistantDetailFeedback")]
public virtual GoogleCloudDialogflowV2beta1AgentAssistantFeedback AgentAssistantDetailFeedback { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1AgentAssistantFeedback

ClickTime

object representation of ClickTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ClickTimeDateTimeOffset instead.")]
public virtual object ClickTime { get; set; }
Property Value
Type Description
object

ClickTimeDateTimeOffset

DateTimeOffset representation of ClickTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? ClickTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

ClickTimeRaw

Time when the answer/item was clicked.

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

Clicked

Indicates whether the answer/item was clicked by the human agent or not. Default to false. For knowledge search, the answer record is considered to be clicked if the answer was copied or any URI was clicked.

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

CorrectnessLevel

The correctness level of the specific answer.

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

DisplayTime

object representation of DisplayTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use DisplayTimeDateTimeOffset instead.")]
public virtual object DisplayTime { get; set; }
Property Value
Type Description
object

DisplayTimeDateTimeOffset

DateTimeOffset representation of DisplayTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? DisplayTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

DisplayTimeRaw

Time when the answer/item was displayed.

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

Displayed

Indicates whether the answer/item was displayed to the human agent in the agent desktop UI. Default to false.

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