Class: Google::Cloud::Dialogflow::CX::V3::UpdateIntentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::UpdateIntentRequest
- 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.UpdateIntent.
Instance Attribute Summary collapse
-
#intent ⇒ ::Google::Cloud::Dialogflow::CX::V3::Intent
Required.
-
#language_code ⇒ ::String
The language of the following fields in
intent
:. -
#update_mask ⇒ ::Google::Protobuf::FieldMask
The mask to control which fields get updated.
Instance Attribute Details
#intent ⇒ ::Google::Cloud::Dialogflow::CX::V3::Intent
Returns Required. The intent to update.
297 298 299 300 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/intent.rb', line 297 class UpdateIntentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#language_code ⇒ ::String
Returns The language of the following fields in intent
:
-
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.
297 298 299 300 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/intent.rb', line 297 class UpdateIntentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns The mask to control which fields get updated. If the mask is not present, all fields will be updated.
297 298 299 300 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/intent.rb', line 297 class UpdateIntentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |