Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::IntentInput.
Represents the intent to trigger programmatically rather than as a result of natural language processing.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#intent
def intent() -> ::String
Returns
-
(::String) — Required. The unique identifier of the intent.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/intents/<IntentID>
.
#intent=
def intent=(value) -> ::String
Parameter
-
value (::String) — Required. The unique identifier of the intent.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/intents/<IntentID>
.
Returns
-
(::String) — Required. The unique identifier of the intent.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/intents/<IntentID>
.