View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3beta1TestError (google_api_dialogflow v0.74.0)

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.