Class GoogleCloudDialogflowCxV3beta1TestError
Error info for running a test.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1TestError : 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 |