Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2BatchDeleteEntitiesRequest
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2BatchDeleteEntitiesRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2/classes.rb,
lib/google/apis/dialogflow_v2/representations.rb,
lib/google/apis/dialogflow_v2/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) ⇒ GoogleCloudDialogflowV2BatchDeleteEntitiesRequest
constructor
A new instance of GoogleCloudDialogflowV2BatchDeleteEntitiesRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2BatchDeleteEntitiesRequest
Returns a new instance of GoogleCloudDialogflowV2BatchDeleteEntitiesRequest.
7788 7789 7790 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 7788 def initialize(**args) update!(**args) end |
Instance Attribute Details
#entity_values ⇒ Array<String>
Corresponds to the JSON property entityValues
7781 7782 7783 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 7781 def entity_values @entity_values end |
#language_code ⇒ String
Corresponds to the JSON property languageCode
7786 7787 7788 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 7786 def language_code @language_code end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7793 7794 7795 7796 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 7793 def update!(**args) @entity_values = args[:entity_values] if args.key?(:entity_values) @language_code = args[:language_code] if args.key?(:language_code) end |