Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3ExperimentResult

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

Properties

ETag

The ETag of the item.

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

LastUpdateTime

object representation of LastUpdateTimeRaw.

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

LastUpdateTimeDateTimeOffset

DateTimeOffset representation of LastUpdateTimeRaw.

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

LastUpdateTimeRaw

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

VersionMetrics

Declaration
[JsonProperty("versionMetrics")]
public virtual IList<GoogleCloudDialogflowCxV3ExperimentResultVersionMetrics> VersionMetrics { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowCxV3ExperimentResultVersionMetrics>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX