Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3TestCase

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

Properties

CreationTime

object representation of CreationTimeRaw.

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

CreationTimeDateTimeOffset

DateTimeOffset representation of CreationTimeRaw.

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

CreationTimeRaw

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

DisplayName

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

ETag

The ETag of the item.

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

LastTestResult

Declaration
[JsonProperty("lastTestResult")]
public virtual GoogleCloudDialogflowCxV3TestCaseResult LastTestResult { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3TestCaseResult

Name

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

Notes

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

Tags

Declaration
[JsonProperty("tags")]
public virtual IList<string> Tags { get; set; }
Property Value
Type Description
IList<string>

TestCaseConversationTurns

Declaration
[JsonProperty("testCaseConversationTurns")]
public virtual IList<GoogleCloudDialogflowCxV3ConversationTurn> TestCaseConversationTurns { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowCxV3ConversationTurn>

TestConfig

Declaration
[JsonProperty("testConfig")]
public virtual GoogleCloudDialogflowCxV3TestConfig TestConfig { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3TestConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX