Dialogflow CX V3 API - Class Google::Cloud::Dialogflow::CX::V3::CalculateCoverageResponse (v0.15.0)

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

#intent_coverage=

def intent_coverage=(value) -> ::Google::Cloud::Dialogflow::CX::V3::IntentCoverage
Parameter

#route_group_coverage

def route_group_coverage() -> ::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroupCoverage
Returns

#route_group_coverage=

def route_group_coverage=(value) -> ::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroupCoverage
Parameter
Returns

#transition_coverage

def transition_coverage() -> ::Google::Cloud::Dialogflow::CX::V3::TransitionCoverage
Returns

#transition_coverage=

def transition_coverage=(value) -> ::Google::Cloud::Dialogflow::CX::V3::TransitionCoverage
Parameter
Returns