Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroupCoverage::Coverage::Transition.
A transition coverage in a transition route group.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#covered
def covered() -> ::Boolean
Returns
- (::Boolean) — Whether the transition route is covered by at least one of the agent's test cases.
#covered=
def covered=(value) -> ::Boolean
Parameter
- value (::Boolean) — Whether the transition route is covered by at least one of the agent's test cases.
Returns
- (::Boolean) — Whether the transition route is covered by at least one of the agent's test cases.
#transition_route
def transition_route() -> ::Google::Cloud::Dialogflow::CX::V3::TransitionRoute
Returns
- (::Google::Cloud::Dialogflow::CX::V3::TransitionRoute) — Intent route or condition route.
#transition_route=
def transition_route=(value) -> ::Google::Cloud::Dialogflow::CX::V3::TransitionRoute
Parameter
- value (::Google::Cloud::Dialogflow::CX::V3::TransitionRoute) — Intent route or condition route.
Returns
- (::Google::Cloud::Dialogflow::CX::V3::TransitionRoute) — Intent route or condition route.