Class GoogleCloudDialogflowCxV3beta1TestCaseResult
Inheritance
GoogleCloudDialogflowCxV3beta1TestCaseResult
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1TestCaseResult : IDirectResponseSchema
Properties
ConversationTurns
Declaration
[JsonProperty("conversationTurns")]
public virtual IList<GoogleCloudDialogflowCxV3beta1ConversationTurn> ConversationTurns { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Environment
Declaration
[JsonProperty("environment")]
public virtual string Environment { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
TestResult
Declaration
[JsonProperty("testResult")]
public virtual string TestResult { get; set; }
Property Value
TestTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use TestTimeDateTimeOffset instead.")]
public virtual object TestTime { get; set; }
Property Value
TestTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? TestTimeDateTimeOffset { get; set; }
Property Value
TestTimeRaw
Declaration
[JsonProperty("testTime")]
public virtual string TestTimeRaw { get; set; }
Property Value
Implements