Class: Google::Cloud::Dialogflow::CX::V3::GetIntentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::GetIntentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/intent.rb
Overview
The request message for Intents.GetIntent.
Instance Attribute Summary collapse
-
#language_code ⇒ ::String
The language to retrieve the intent for.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#language_code ⇒ ::String
246 247 248 249 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/intent.rb', line 246 class GetIntentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
246 247 248 249 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/intent.rb', line 246 class GetIntentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |