Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3TestError

Error info for running a test.

Inheritance
object
GoogleCloudDialogflowCxV3TestError
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 GoogleCloudDialogflowCxV3TestError : 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.

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
string

TestTime

object representation of TestTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use TestTimeDateTimeOffset instead.")]
public virtual object TestTime { get; set; }
Property Value
Type Description
object

TestTimeDateTimeOffset

DateTimeOffset representation of TestTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? TestTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

TestTimeRaw

The timestamp when the test was completed.

Declaration
[JsonProperty("testTime")]
public virtual string TestTimeRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX