Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3TestError

Error info for running a test.

Inheritance
System.Object
GoogleCloudDialogflowCxV3TestError
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowCxV3TestError : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Status

The status associated with the test.

Declaration
[JsonProperty("status")]
public virtual GoogleRpcStatus Status { get; set; }
Property Value
Type Description
GoogleRpcStatus

TestCase

The test case resource name.

Declaration
[JsonProperty("testCase")]
public virtual string TestCase { get; set; }
Property Value
Type Description
System.String

TestTime

The timestamp when the test was completed.

Declaration
[JsonProperty("testTime")]
public virtual object TestTime { get; set; }
Property Value
Type Description
System.Object

Implements

IDirectResponseSchema
In This Article
Back to top