Class Google::Cloud::Dialogflow::CX::V3::TransitionCoverage (v0.6.0)

Transition coverage represents the percentage of all possible page transitions (page-level transition routes and event handlers, excluding transition route groups) present within any of a parent's test cases.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#coverage_score

def coverage_score() -> ::Float
Returns
  • (::Float) — The percent of transitions in the agent that are covered.

#coverage_score=

def coverage_score=(value) -> ::Float
Parameter
  • value (::Float) — The percent of transitions in the agent that are covered.
Returns
  • (::Float) — The percent of transitions in the agent that are covered.

#transitions

def transitions() -> ::Array<::Google::Cloud::Dialogflow::CX::V3::TransitionCoverage::Transition>
Returns

#transitions=

def transitions=(value) -> ::Array<::Google::Cloud::Dialogflow::CX::V3::TransitionCoverage::Transition>
Parameter
Returns