Class: Google::Cloud::Dialogflow::CX::V3::IntentCoverage::Intent
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::IntentCoverage::Intent
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb
Overview
The agent's intent.
Instance Attribute Summary collapse
-
#covered ⇒ ::Boolean
Whether the intent is covered by at least one of the agent's test cases.
-
#intent ⇒ ::String
The intent full resource name.
Instance Attribute Details
#covered ⇒ ::Boolean
Returns Whether the intent is covered by at least one of the agent's test cases.
336 337 338 339 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 336 class Intent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |