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
- (::Array<::Google::Cloud::Dialogflow::CX::V3::IntentCoverage::Intent>) — The list of Intents present in the agent
#intents=
def intents=(value) -> ::Array<::Google::Cloud::Dialogflow::CX::V3::IntentCoverage::Intent>
Parameter
- value (::Array<::Google::Cloud::Dialogflow::CX::V3::IntentCoverage::Intent>) — The list of Intents present in the agent
Returns
- (::Array<::Google::Cloud::Dialogflow::CX::V3::IntentCoverage::Intent>) — The list of Intents present in the agent