Class: Google::Cloud::Dialogflow::CX::V3::TransitionCoverage::TransitionNode
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::TransitionCoverage::TransitionNode
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb
Overview
The source or target of a transition.
Instance Attribute Summary collapse
-
#flow ⇒ ::Google::Cloud::Dialogflow::CX::V3::Flow
Indicates a transition to a Flow.
-
#page ⇒ ::Google::Cloud::Dialogflow::CX::V3::Page
Indicates a transition to a Page.
Instance Attribute Details
#flow ⇒ ::Google::Cloud::Dialogflow::CX::V3::Flow
Returns Indicates a transition to a Flow. Only some fields such as name and displayname will be set.
241 242 243 244 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 241 class TransitionNode include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page ⇒ ::Google::Cloud::Dialogflow::CX::V3::Page
Returns Indicates a transition to a Page. Only some fields such as name and displayname will be set.
241 242 243 244 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 241 class TransitionNode include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |