Dialogflow CX V3 API - Class Google::Cloud::Dialogflow::CX::V3::IntentCoverage (v0.8.1)

Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::IntentCoverage.

Intent coverage represents the percentage of all possible intents in the agent that are triggered in 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 intents in the agent that are covered.

#coverage_score=

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

#intents

def intents() -> ::Array<::Google::Cloud::Dialogflow::CX::V3::IntentCoverage::Intent>
Returns

#intents=

def intents=(value) -> ::Array<::Google::Cloud::Dialogflow::CX::V3::IntentCoverage::Intent>
Parameter
Returns