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

The response message for TestCases.CalculateCoverage.

Attributes

  • agent (type: String.t, default: nil) - The agent to calculate coverage for. Format: projects//locations//agents/.
  • intentCoverage (type: GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3IntentCoverage.t, default: nil) - Intent coverage.
  • routeGroupCoverage (type: GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3TransitionRouteGroupCoverage.t, default: nil) - Transition route group coverage.
  • transitionCoverage (type: GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3TransitionCoverage.t, default: nil) - Transition (excluding transition route groups) coverage.

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.GoogleCloudDialogflowCxV3CalculateCoverageResponse{
    agent: String.t() | nil,
    intentCoverage:
      GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3IntentCoverage.t()
      | nil,
    routeGroupCoverage:
      GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3TransitionRouteGroupCoverage.t()
      | nil,
    transitionCoverage:
      GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3TransitionCoverage.t()
      | nil
  }

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.