Class: Google::Cloud::Dialogflow::CX::V3::IntentInput
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::IntentInput
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/session.rb
Overview
Represents the intent to trigger programmatically rather than as a result of natural language processing.
Instance Attribute Summary collapse
-
#intent ⇒ ::String
Required.
Instance Attribute Details
#intent ⇒ ::String
Returns Required. The unique identifier of the intent.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/intents/<Intent ID>
.
930 931 932 933 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/session.rb', line 930 class IntentInput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |