Class: Google::Cloud::Dialogflow::V2::UpdateIntentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::UpdateIntentRequest
- Defined in:
- lib/google/cloud/dialogflow/v2/doc/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
Returns Required. The intent to update.
Format: +projects/
641 |
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 641 class UpdateIntentRequest; end |
#intent_view ⇒ Google::Cloud::Dialogflow::V2::IntentView
Returns Optional. The resource view to apply to the returned intent.
641 |
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 641 class UpdateIntentRequest; end |
#language_code ⇒ String
Returns Optional. The language of training phrases, parameters and rich messages defined in +intent+. If not specified, the agent's default language is used. More than a dozen languages are supported. Note: languages must be enabled in the agent, before they can be used.
641 |
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 641 class UpdateIntentRequest; end |
#update_mask ⇒ Google::Protobuf::FieldMask
Returns Optional. The mask to control which fields get updated.
641 |
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 641 class UpdateIntentRequest; end |