Class GoogleCloudDialogflowCxV3beta1ContinuousTestResult
Inheritance
GoogleCloudDialogflowCxV3beta1ContinuousTestResult
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1ContinuousTestResult : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Result
Declaration
[JsonProperty("result")]
public virtual string Result { get; set; }
Property Value
RunTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use RunTimeDateTimeOffset instead.")]
public virtual object RunTime { get; set; }
Property Value
RunTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? RunTimeDateTimeOffset { get; set; }
Property Value
RunTimeRaw
Declaration
[JsonProperty("runTime")]
public virtual string RunTimeRaw { get; set; }
Property Value
TestCaseResults
Declaration
[JsonProperty("testCaseResults")]
public virtual IList<string> TestCaseResults { get; set; }
Property Value
Implements