Class: Google::Cloud::Dialogflow::V2::GetIntentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::GetIntentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/intent.rb
Overview
The request message for Intents.GetIntent.
Instance Attribute Summary collapse
-
#intent_view ⇒ Google::Cloud::Dialogflow::V2::IntentView
Optional.
-
#language_code ⇒ String
Optional.
-
#name ⇒ String
Required.
Instance Attribute Details
#intent_view ⇒ Google::Cloud::Dialogflow::V2::IntentView
Returns Optional. The resource view to apply to the returned intent.
931 932 933 934 |
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 931 class GetIntentRequest include Google::Protobuf::MessageExts extend Google::Protobuf::MessageExts::ClassMethods end |
#language_code ⇒ String
Returns Optional. The language to retrieve training phrases, parameters and rich messages for. 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.
931 932 933 934 |
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 931 class GetIntentRequest include Google::Protobuf::MessageExts extend Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ String
Returns Required. The name of the intent.
Format: projects/<Project ID>/agent/intents/<Intent ID>.
931 932 933 934 |
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 931 class GetIntentRequest include Google::Protobuf::MessageExts extend Google::Protobuf::MessageExts::ClassMethods end |