Class: Google::Cloud::Dialogflow::V2::UpdateIntentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::UpdateIntentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/intent.rb
Overview
The request message for Intents.UpdateIntent.
Instance Attribute Summary collapse
-
#intent ⇒ ::Google::Cloud::Dialogflow::V2::Intent
Required.
-
#intent_view ⇒ ::Google::Cloud::Dialogflow::V2::IntentView
Optional.
-
#language_code ⇒ ::String
Optional.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#intent ⇒ ::Google::Cloud::Dialogflow::V2::Intent
959 960 961 962 |
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 959 class UpdateIntentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#intent_view ⇒ ::Google::Cloud::Dialogflow::V2::IntentView
959 960 961 962 |
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 959 class UpdateIntentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#language_code ⇒ ::String
959 960 961 962 |
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 959 class UpdateIntentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
959 960 961 962 |
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 959 class UpdateIntentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |