Class: Google::Cloud::Dialogflow::CX::V3::TransitionCoverage::TransitionNode

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

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.

Returns:



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.

Returns:



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