Class GoogleCloudDialogflowCxV3beta1TestCaseError
Inheritance
GoogleCloudDialogflowCxV3beta1TestCaseError
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1TestCaseError : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Status
Declaration
[JsonProperty("status")]
public virtual GoogleRpcStatus Status { get; set; }
Property Value
TestCase
Declaration
[JsonProperty("testCase")]
public virtual GoogleCloudDialogflowCxV3beta1TestCase TestCase { get; set; }
Property Value
Implements