Dialogflow CX V3 API - Class Google::Cloud::Dialogflow::CX::V3::CalculateCoverageResponse (v1.4.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/<ProjectID>/locations/<LocationID>/agents/<AgentID>.

#agent=

def agent=(value) -> ::String
Parameter
  • value (::String) — The agent to calculate coverage for. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.
Returns
  • (::String) — The agent to calculate coverage for. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.

#intent_coverage

def intent_coverage() -> ::Google::Cloud::Dialogflow::CX::V3::IntentCoverage
Returns
  • (::Google::Cloud::Dialogflow::CX::V3::IntentCoverage) — Intent coverage.

    Note: The following fields are mutually exclusive: intent_coverage, transition_coverage, route_group_coverage. If a field in that set is populated, all other fields in the set will automatically be cleared.

#intent_coverage=

def intent_coverage=(value) -> ::Google::Cloud::Dialogflow::CX::V3::IntentCoverage
Parameter
  • value (::Google::Cloud::Dialogflow::CX::V3::IntentCoverage) — Intent coverage.

    Note: The following fields are mutually exclusive: intent_coverage, transition_coverage, route_group_coverage. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::Dialogflow::CX::V3::IntentCoverage) — Intent coverage.

    Note: The following fields are mutually exclusive: intent_coverage, transition_coverage, route_group_coverage. If a field in that set is populated, all other fields in the set will automatically be cleared.

#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
  • (::Google::Cloud::Dialogflow::CX::V3::TransitionCoverage) — Transition (excluding transition route groups) coverage.

    Note: The following fields are mutually exclusive: transition_coverage, intent_coverage, route_group_coverage. If a field in that set is populated, all other fields in the set will automatically be cleared.

#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.

    Note: The following fields are mutually exclusive: transition_coverage, intent_coverage, route_group_coverage. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::Dialogflow::CX::V3::TransitionCoverage) — Transition (excluding transition route groups) coverage.

    Note: The following fields are mutually exclusive: transition_coverage, intent_coverage, route_group_coverage. If a field in that set is populated, all other fields in the set will automatically be cleared.