Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::IntentCoverage::Intent.
The agent's intent.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#covered
def covered() -> ::Boolean
Returns
- (::Boolean) — Whether or not the intent is covered by at least one of the agent's test cases.
#covered=
def covered=(value) -> ::Boolean
Parameter
- value (::Boolean) — Whether or not the intent is covered by at least one of the agent's test cases.
Returns
- (::Boolean) — Whether or not the intent is covered by at least one of the agent's test cases.
#intent
def intent() -> ::String
Returns
- (::String) — The intent full resource name
#intent=
def intent=(value) -> ::String
Parameter
- value (::String) — The intent full resource name
Returns
- (::String) — The intent full resource name