Class: Google::Cloud::Dialogflow::CX::V3::TransitionRoute

Inherits:
Object
  • Object
show all
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

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