Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::TransitionCoverage.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#coverage_score
def coverage_score() -> ::Float
Returns
- (::Float) — The percent of transitions in the agent that are covered.
#coverage_score=
def coverage_score=(value) -> ::Float
Parameter
- value (::Float) — The percent of transitions in the agent that are covered.
Returns
- (::Float) — The percent of transitions in the agent that are covered.
#transitions
def transitions() -> ::Array<::Google::Cloud::Dialogflow::CX::V3::TransitionCoverage::Transition>
Returns
- (::Array<::Google::Cloud::Dialogflow::CX::V3::TransitionCoverage::Transition>) — The list of Transitions present in the agent.
#transitions=
def transitions=(value) -> ::Array<::Google::Cloud::Dialogflow::CX::V3::TransitionCoverage::Transition>
Parameter
- value (::Array<::Google::Cloud::Dialogflow::CX::V3::TransitionCoverage::Transition>) — The list of Transitions present in the agent.
Returns
- (::Array<::Google::Cloud::Dialogflow::CX::V3::TransitionCoverage::Transition>) — The list of Transitions present in the agent.