GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3TransitionCoverage (google_api_dialogflow v0.72.0) View Source
Transition 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.
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.GoogleCloudDialogflowCxV3TransitionCoverage{
coverageScore: number() | nil,
transitions:
[
GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3TransitionCoverageTransition.t()
]
| nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.