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.

Note: The following fields are mutually exclusive: flow, page. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Dialogflow::CX::V3::Flow)

    Indicates a transition to a Flow. Only some fields such as name and displayname will be set.

    Note: The following fields are mutually exclusive: flow, page. If a field in that set is populated, all other fields in the set will automatically be cleared.



245
246
247
248
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 245

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.

Note: The following fields are mutually exclusive: page, flow. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Dialogflow::CX::V3::Page)

    Indicates a transition to a Page. Only some fields such as name and displayname will be set.

    Note: The following fields are mutually exclusive: page, flow. If a field in that set is populated, all other fields in the set will automatically be cleared.



245
246
247
248
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 245

class TransitionNode
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end