Show / Hide Table of Contents

Class GoogleCloudDialogflowV2AnswerFeedback

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

Properties

AgentAssistantDetailFeedback

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

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

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

Clicked

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

CorrectnessLevel

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

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

Displayed

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