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

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

A transition in a page.

Instance Attribute Summary collapse

Instance Attribute Details

#covered::Boolean

Returns Whether the transition is covered by at least one of the agent's test cases.

Returns:

  • (::Boolean)

    Whether the transition is covered by at least one of the agent's test cases.



274
275
276
277
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 274

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

#event_handler::Google::Cloud::Dialogflow::CX::V3::EventHandler

Returns Event handler.

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

Returns:

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

    Event handler.

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



274
275
276
277
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 274

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

#index::Integer

Returns The index of a transition in the transition list. Starting from 0.

Returns:

  • (::Integer)

    The index of a transition in the transition list. Starting from 0.



274
275
276
277
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 274

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

#source::Google::Cloud::Dialogflow::CX::V3::TransitionCoverage::TransitionNode

Returns The start node of a transition.

Returns:



274
275
276
277
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 274

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

#target::Google::Cloud::Dialogflow::CX::V3::TransitionCoverage::TransitionNode

Returns The end node of a transition.



274
275
276
277
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 274

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

#transition_route::Google::Cloud::Dialogflow::CX::V3::TransitionRoute

Returns Intent route or condition route.

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

Returns:

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

    Intent route or condition route.

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



274
275
276
277
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 274

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