Class GoogleCloudDialogflowCxV3TestCase
Inheritance
GoogleCloudDialogflowCxV3TestCase
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3TestCase : IDirectResponseSchema
Properties
CreationTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreationTimeDateTimeOffset instead.")]
public virtual object CreationTime { get; set; }
Property Value
CreationTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreationTimeDateTimeOffset { get; set; }
Property Value
CreationTimeRaw
Declaration
[JsonProperty("creationTime")]
public virtual string CreationTimeRaw { get; set; }
Property Value
DisplayName
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
LastTestResult
Declaration
[JsonProperty("lastTestResult")]
public virtual GoogleCloudDialogflowCxV3TestCaseResult LastTestResult { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Notes
Declaration
[JsonProperty("notes")]
public virtual string Notes { get; set; }
Property Value
Declaration
[JsonProperty("tags")]
public virtual IList<string> Tags { get; set; }
Property Value
TestCaseConversationTurns
Declaration
[JsonProperty("testCaseConversationTurns")]
public virtual IList<GoogleCloudDialogflowCxV3ConversationTurn> TestCaseConversationTurns { get; set; }
Property Value
TestConfig
Declaration
[JsonProperty("testConfig")]
public virtual GoogleCloudDialogflowCxV3TestConfig TestConfig { get; set; }
Property Value
Implements