View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3TestError (google_api_dialogflow v0.78.0)

Error info for running a test.

Attributes

  • status (type: GoogleApi.Dialogflow.V2.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.V2.Model.GoogleCloudDialogflowCxV3TestError{
  status: GoogleApi.Dialogflow.V2.Model.GoogleRpcStatus.t() | nil,
  testCase: String.t() | nil,
  testTime: DateTime.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.