Class: Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroupCoverage::Coverage::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 coverage in a transition route group.

Instance Attribute Summary collapse

Instance Attribute Details

#covered::Boolean

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

Returns:

  • (::Boolean)

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



309
310
311
312
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 309

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.

Returns:



309
310
311
312
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 309

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