Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1BatchDeleteEntitiesRequest
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1BatchDeleteEntitiesRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2beta1/classes.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb
Instance Attribute Summary collapse
-
#entity_values ⇒ Array<String>
Corresponds to the JSON property
entityValues. -
#language_code ⇒ String
Corresponds to the JSON property
languageCode.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1BatchDeleteEntitiesRequest
constructor
A new instance of GoogleCloudDialogflowV2beta1BatchDeleteEntitiesRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1BatchDeleteEntitiesRequest
Returns a new instance of GoogleCloudDialogflowV2beta1BatchDeleteEntitiesRequest.
11806 11807 11808 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 11806 def initialize(**args) update!(**args) end |
Instance Attribute Details
#entity_values ⇒ Array<String>
Corresponds to the JSON property entityValues
11799 11800 11801 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 11799 def entity_values @entity_values end |
#language_code ⇒ String
Corresponds to the JSON property languageCode
11804 11805 11806 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 11804 def language_code @language_code end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11811 11812 11813 11814 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 11811 def update!(**args) @entity_values = args[:entity_values] if args.key?(:entity_values) @language_code = args[:language_code] if args.key?(:language_code) end |