Class: Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroupCoverage::Coverage
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroupCoverage::Coverage
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb
Overview
Coverage result message for one transition route group.
Defined Under Namespace
Classes: Transition
Instance Attribute Summary collapse
-
#coverage_score ⇒ ::Float
The percent of transition routes in the transition route group that are covered.
-
#route_group ⇒ ::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroup
Transition route group metadata.
-
#transitions ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroupCoverage::Coverage::Transition>
The list of transition routes and coverage in the transition route group.
Instance Attribute Details
#coverage_score ⇒ ::Float
Returns The percent of transition routes in the transition route group that are covered.
297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 297 class Coverage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # A transition coverage in a transition route group. # @!attribute [rw] transition_route # @return [::Google::Cloud::Dialogflow::CX::V3::TransitionRoute] # Intent route or condition route. # @!attribute [rw] covered # @return [::Boolean] # Whether the transition route is covered by at least one of the # agent's test cases. class Transition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#route_group ⇒ ::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroup
Returns Transition route group metadata. Only name and displayName will be set.
297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 297 class Coverage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # A transition coverage in a transition route group. # @!attribute [rw] transition_route # @return [::Google::Cloud::Dialogflow::CX::V3::TransitionRoute] # Intent route or condition route. # @!attribute [rw] covered # @return [::Boolean] # Whether the transition route is covered by at least one of the # agent's test cases. class Transition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#transitions ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroupCoverage::Coverage::Transition>
Returns The list of transition routes and coverage in the transition route group.
297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 297 class Coverage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # A transition coverage in a transition route group. # @!attribute [rw] transition_route # @return [::Google::Cloud::Dialogflow::CX::V3::TransitionRoute] # Intent route or condition route. # @!attribute [rw] covered # @return [::Boolean] # Whether the transition route is covered by at least one of the # agent's test cases. class Transition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |