Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3TestCaseError

Error info for importing a test.

Inheritance
object
GoogleCloudDialogflowCxV3TestCaseError
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.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX