GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3TransitionCoverage (google_api_dialogflow v0.89.0)
View SourceTransition coverage represents the percentage of all possible page transitions (page-level transition routes and event handlers, excluding transition route groups) present within any of a parent's test cases.
Attributes
-
coverageScore
(type:number()
, default:nil
) - The percent of transitions in the agent that are covered. -
transitions
(type:list(GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3TransitionCoverageTransition.t)
, default:nil
) - The list of Transitions present in the agent.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3TransitionCoverage{ coverageScore: number() | nil, transitions: [ GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3TransitionCoverageTransition.t() ] | nil }