Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::CalculateCoverageResponse.
The response message for TestCases.CalculateCoverage.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#agent
def agent() -> ::String
Returns
-
(::String) — The agent to calculate coverage for.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
.
#agent=
def agent=(value) -> ::String
Parameter
-
value (::String) — The agent to calculate coverage for.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
.
Returns
-
(::String) — The agent to calculate coverage for.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
.
#intent_coverage
def intent_coverage() -> ::Google::Cloud::Dialogflow::CX::V3::IntentCoverage
Returns
- (::Google::Cloud::Dialogflow::CX::V3::IntentCoverage) — Intent coverage.
#intent_coverage=
def intent_coverage=(value) -> ::Google::Cloud::Dialogflow::CX::V3::IntentCoverage
Parameter
- value (::Google::Cloud::Dialogflow::CX::V3::IntentCoverage) — Intent coverage.
Returns
- (::Google::Cloud::Dialogflow::CX::V3::IntentCoverage) — Intent coverage.
#route_group_coverage
def route_group_coverage() -> ::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroupCoverage
Returns
- (::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroupCoverage) — Transition route group coverage.
#route_group_coverage=
def route_group_coverage=(value) -> ::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroupCoverage
Parameter
- value (::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroupCoverage) — Transition route group coverage.
Returns
- (::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroupCoverage) — Transition route group coverage.
#transition_coverage
def transition_coverage() -> ::Google::Cloud::Dialogflow::CX::V3::TransitionCoverage
Returns
- (::Google::Cloud::Dialogflow::CX::V3::TransitionCoverage) — Transition (excluding transition route groups) coverage.
#transition_coverage=
def transition_coverage=(value) -> ::Google::Cloud::Dialogflow::CX::V3::TransitionCoverage
Parameter
- value (::Google::Cloud::Dialogflow::CX::V3::TransitionCoverage) — Transition (excluding transition route groups) coverage.
Returns
- (::Google::Cloud::Dialogflow::CX::V3::TransitionCoverage) — Transition (excluding transition route groups) coverage.