Class GoogleCloudDialogflowCxV3TestCaseError
Error info for importing a test.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3TestCaseError : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
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 |