GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3TestError (google_api_dialogflow v0.89.0)
View SourceError info for running a test.
Attributes
-
status(type:GoogleApi.Dialogflow.V3.Model.GoogleRpcStatus.t, default:nil) - The status associated with the test. -
testCase(type:String.t, default:nil) - The test case resource name. -
testTime(type:DateTime.t, default:nil) - The timestamp when the test was completed.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3TestError{ status: GoogleApi.Dialogflow.V3.Model.GoogleRpcStatus.t() | nil, testCase: String.t() | nil, testTime: DateTime.t() | nil }