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
Returns The language to retrieve the intent for. The following fields are language dependent:
-
Intent.training_phrases.parts.text
If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.
247 248 249 250 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/intent.rb', line 247 class GetIntentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The name of the intent.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/intents/<IntentID>
.
247 248 249 250 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/intent.rb', line 247 class GetIntentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |