Class: Google::Cloud::Dialogflow::CX::V3::TransitionRoute
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::TransitionRoute
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/page.rb
Overview
A transition route specifies a that can be matched and/or a data condition that can be evaluated during a session. When a specified transition is matched, the following actions are taken in order:
- If there is a
associated with the transition, it will be called. * If there is a
associated with the transition, the session will transition into the specified page. * If there is a
associated with the transition, the session will transition into the specified flow.
Instance Attribute Summary collapse
-
#condition ⇒ ::String
The condition to evaluate against [form parameters][google.cloud.dialogflow.cx.v3.Form.parameters] or [session parameters][google.cloud.dialogflow.cx.v3.SessionInfo.parameters].
-
#intent ⇒ ::String
The unique identifier of an .
-
#name ⇒ ::String
readonly
Output only.
-
#target_flow ⇒ ::String
The target flow to transition to.
-
#target_page ⇒ ::String
The target page to transition to.
-
#trigger_fulfillment ⇒ ::Google::Cloud::Dialogflow::CX::V3::Fulfillment
The fulfillment to call when the condition is satisfied.
Instance Attribute Details
#condition ⇒ ::String
306 307 308 309 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/page.rb', line 306 class TransitionRoute include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#intent ⇒ ::String
306 307 308 309 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/page.rb', line 306 class TransitionRoute include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
306 307 308 309 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/page.rb', line 306 class TransitionRoute include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target_flow ⇒ ::String
306 307 308 309 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/page.rb', line 306 class TransitionRoute include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target_page ⇒ ::String
306 307 308 309 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/page.rb', line 306 class TransitionRoute include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#trigger_fulfillment ⇒ ::Google::Cloud::Dialogflow::CX::V3::Fulfillment
306 307 308 309 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/page.rb', line 306 class TransitionRoute include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |