GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3TestError (google_api_dialogflow v0.73.0) View Source
Error 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3TestError{
status: GoogleApi.Dialogflow.V3.Model.GoogleRpcStatus.t() | nil,
testCase: String.t() | nil,
testTime: DateTime.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.