Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::UpdateIntentRequest.
The request message for Intents.UpdateIntent.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#intent
def intent() -> ::Google::Cloud::Dialogflow::V2::Intent
Returns
- (::Google::Cloud::Dialogflow::V2::Intent) — Required. The intent to update.
#intent=
def intent=(value) -> ::Google::Cloud::Dialogflow::V2::Intent
Parameter
- value (::Google::Cloud::Dialogflow::V2::Intent) — Required. The intent to update.
Returns
- (::Google::Cloud::Dialogflow::V2::Intent) — Required. The intent to update.
#intent_view
def intent_view() -> ::Google::Cloud::Dialogflow::V2::IntentView
Returns
- (::Google::Cloud::Dialogflow::V2::IntentView) — Optional. The resource view to apply to the returned intent.
#intent_view=
def intent_view=(value) -> ::Google::Cloud::Dialogflow::V2::IntentView
Parameter
- value (::Google::Cloud::Dialogflow::V2::IntentView) — Optional. The resource view to apply to the returned intent.
Returns
- (::Google::Cloud::Dialogflow::V2::IntentView) — Optional. The resource view to apply to the returned intent.
#language_code
def language_code() -> ::String
Returns
- (::String) — Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see Multilingual intent and entity data.
#language_code=
def language_code=(value) -> ::String
Parameter
- value (::String) — Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see Multilingual intent and entity data.
Returns
- (::String) — Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see Multilingual intent and entity data.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Optional. The mask to control which fields get updated.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Optional. The mask to control which fields get updated.
Returns
- (::Google::Protobuf::FieldMask) — Optional. The mask to control which fields get updated.