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/<Project ID>/locations/<Location ID>/agents/<Agent ID>/intents/<Intent ID>
.
#intent=
def intent=(value) -> ::String
Parameter
-
value (::String) — Required. The unique identifier of the intent.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/intents/<Intent ID>
.
Returns
-
(::String) — Required. The unique identifier of the intent.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/intents/<Intent ID>
.