Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroupCoverage::Coverage.
Coverage result message for one transition route group.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#coverage_score
def coverage_score() -> ::Float
Returns
- (::Float) — The percent of transition routes in the transition route group that are covered.
#coverage_score=
def coverage_score=(value) -> ::Float
Parameter
- value (::Float) — The percent of transition routes in the transition route group that are covered.
Returns
- (::Float) — The percent of transition routes in the transition route group that are covered.
#route_group
def route_group() -> ::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroup
Returns
- (::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroup) — Transition route group metadata. Only name and displayName will be set.
#route_group=
def route_group=(value) -> ::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroup
Parameter
- value (::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroup) — Transition route group metadata. Only name and displayName will be set.
Returns
- (::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroup) — Transition route group metadata. Only name and displayName will be set.
#transitions
def transitions() -> ::Array<::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroupCoverage::Coverage::Transition>
Returns
- (::Array<::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroupCoverage::Coverage::Transition>) — The list of transition routes and coverage in the transition route group.
#transitions=
def transitions=(value) -> ::Array<::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroupCoverage::Coverage::Transition>
Parameter
- value (::Array<::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroupCoverage::Coverage::Transition>) — The list of transition routes and coverage in the transition route group.
Returns
- (::Array<::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroupCoverage::Coverage::Transition>) — The list of transition routes and coverage in the transition route group.