Show / Hide Table of Contents

Class GoogleCloudDialogflowV2ProbeDetails

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

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

InitTime

object representation of InitTimeRaw.

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

InitTimeDateTimeOffset

DateTimeOffset representation of InitTimeRaw.

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

InitTimeRaw

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

OptionsLatency

Declaration
[JsonProperty("optionsLatency")]
public virtual object OptionsLatency { get; set; }
Property Value
Type Description
object

ProbeStatus

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX