Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ReloadDocumentRequest
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ReloadDocumentRequest
- 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
-
#content_uri ⇒ String
Corresponds to the JSON property
contentUri. -
#import_gcs_custom_metadata ⇒ Boolean
(also: #import_gcs_custom_metadata?)
Corresponds to the JSON property
importGcsCustomMetadata. -
#smart_messaging_partial_update ⇒ Boolean
(also: #smart_messaging_partial_update?)
Corresponds to the JSON property
smartMessagingPartialUpdate.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2ReloadDocumentRequest
constructor
A new instance of GoogleCloudDialogflowV2ReloadDocumentRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2ReloadDocumentRequest
Returns a new instance of GoogleCloudDialogflowV2ReloadDocumentRequest.
14671 14672 14673 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14671 def initialize(**args) update!(**args) end |
Instance Attribute Details
#content_uri ⇒ String
Corresponds to the JSON property contentUri
14657 14658 14659 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14657 def content_uri @content_uri end |
#import_gcs_custom_metadata ⇒ Boolean Also known as: import_gcs_custom_metadata?
Corresponds to the JSON property importGcsCustomMetadata
14662 14663 14664 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14662 def @import_gcs_custom_metadata end |
#smart_messaging_partial_update ⇒ Boolean Also known as: smart_messaging_partial_update?
Corresponds to the JSON property smartMessagingPartialUpdate
14668 14669 14670 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14668 def smart_messaging_partial_update @smart_messaging_partial_update end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
14676 14677 14678 14679 14680 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 14676 def update!(**args) @content_uri = args[:content_uri] if args.key?(:content_uri) @import_gcs_custom_metadata = args[:import_gcs_custom_metadata] if args.key?(:import_gcs_custom_metadata) @smart_messaging_partial_update = args[:smart_messaging_partial_update] if args.key?(:smart_messaging_partial_update) end |