Class GoogleCloudDialogflowCxV3TestCaseError
Error info for importing a test.
Inheritance
System.Object
GoogleCloudDialogflowCxV3TestCaseError
Implements
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 GoogleCloudDialogflowCxV3TestCaseError : 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 case.
Declaration
[JsonProperty("status")]
public virtual GoogleRpcStatus Status { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleRpcStatus |
TestCase
The test case.
Declaration
[JsonProperty("testCase")]
public virtual GoogleCloudDialogflowCxV3TestCase TestCase { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDialogflowCxV3TestCase |