Class GoogleCloudDialogflowV2AnswerFeedback
Inheritance
GoogleCloudDialogflowV2AnswerFeedback
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2AnswerFeedback : IDirectResponseSchema
Properties
AgentAssistantDetailFeedback
Declaration
[JsonProperty("agentAssistantDetailFeedback")]
public virtual GoogleCloudDialogflowV2AgentAssistantFeedback AgentAssistantDetailFeedback { get; set; }
Property Value
ClickTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ClickTimeDateTimeOffset instead.")]
public virtual object ClickTime { get; set; }
Property Value
ClickTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? ClickTimeDateTimeOffset { get; set; }
Property Value
ClickTimeRaw
Declaration
[JsonProperty("clickTime")]
public virtual string ClickTimeRaw { get; set; }
Property Value
Clicked
Declaration
[JsonProperty("clicked")]
public virtual bool? Clicked { get; set; }
Property Value
CorrectnessLevel
Declaration
[JsonProperty("correctnessLevel")]
public virtual string CorrectnessLevel { get; set; }
Property Value
DisplayTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use DisplayTimeDateTimeOffset instead.")]
public virtual object DisplayTime { get; set; }
Property Value
DisplayTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? DisplayTimeDateTimeOffset { get; set; }
Property Value
DisplayTimeRaw
Declaration
[JsonProperty("displayTime")]
public virtual string DisplayTimeRaw { get; set; }
Property Value
Displayed
Declaration
[JsonProperty("displayed")]
public virtual bool? Displayed { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Implements