Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::TransitionCoverage::Transition.
A transition in a page.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#covered
def covered() -> ::Boolean
- (::Boolean) — Whether the transition is covered by at least one of the agent's test cases.
#covered=
def covered=(value) -> ::Boolean
- value (::Boolean) — Whether the transition is covered by at least one of the agent's test cases.
- (::Boolean) — Whether the transition is covered by at least one of the agent's test cases.
#event_handler
def event_handler() -> ::Google::Cloud::Dialogflow::CX::V3::EventHandler
-
(::Google::Cloud::Dialogflow::CX::V3::EventHandler) — Event handler.
Note: The following fields are mutually exclusive:
event_handler
,transition_route
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#event_handler=
def event_handler=(value) -> ::Google::Cloud::Dialogflow::CX::V3::EventHandler
-
value (::Google::Cloud::Dialogflow::CX::V3::EventHandler) — Event handler.
Note: The following fields are mutually exclusive:
event_handler
,transition_route
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Dialogflow::CX::V3::EventHandler) — Event handler.
Note: The following fields are mutually exclusive:
event_handler
,transition_route
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#index
def index() -> ::Integer
- (::Integer) — The index of a transition in the transition list. Starting from 0.
#index=
def index=(value) -> ::Integer
- value (::Integer) — The index of a transition in the transition list. Starting from 0.
- (::Integer) — The index of a transition in the transition list. Starting from 0.
#source
def source() -> ::Google::Cloud::Dialogflow::CX::V3::TransitionCoverage::TransitionNode
- (::Google::Cloud::Dialogflow::CX::V3::TransitionCoverage::TransitionNode) — The start node of a transition.
#source=
def source=(value) -> ::Google::Cloud::Dialogflow::CX::V3::TransitionCoverage::TransitionNode
- value (::Google::Cloud::Dialogflow::CX::V3::TransitionCoverage::TransitionNode) — The start node of a transition.
- (::Google::Cloud::Dialogflow::CX::V3::TransitionCoverage::TransitionNode) — The start node of a transition.
#target
def target() -> ::Google::Cloud::Dialogflow::CX::V3::TransitionCoverage::TransitionNode
- (::Google::Cloud::Dialogflow::CX::V3::TransitionCoverage::TransitionNode) — The end node of a transition.
#target=
def target=(value) -> ::Google::Cloud::Dialogflow::CX::V3::TransitionCoverage::TransitionNode
- value (::Google::Cloud::Dialogflow::CX::V3::TransitionCoverage::TransitionNode) — The end node of a transition.
- (::Google::Cloud::Dialogflow::CX::V3::TransitionCoverage::TransitionNode) — The end node of a transition.
#transition_route
def transition_route() -> ::Google::Cloud::Dialogflow::CX::V3::TransitionRoute
-
(::Google::Cloud::Dialogflow::CX::V3::TransitionRoute) — Intent route or condition route.
Note: The following fields are mutually exclusive:
transition_route
,event_handler
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#transition_route=
def transition_route=(value) -> ::Google::Cloud::Dialogflow::CX::V3::TransitionRoute
-
value (::Google::Cloud::Dialogflow::CX::V3::TransitionRoute) — Intent route or condition route.
Note: The following fields are mutually exclusive:
transition_route
,event_handler
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Dialogflow::CX::V3::TransitionRoute) — Intent route or condition route.
Note: The following fields are mutually exclusive:
transition_route
,event_handler
. If a field in that set is populated, all other fields in the set will automatically be cleared.