Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1PlaybookImportStrategy
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1PlaybookImportStrategy
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3beta1/classes.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb
Instance Attribute Summary collapse
-
#main_playbook_import_strategy ⇒ String
Corresponds to the JSON property
mainPlaybookImportStrategy. -
#nested_resource_import_strategy ⇒ String
Corresponds to the JSON property
nestedResourceImportStrategy. -
#tool_import_strategy ⇒ String
Corresponds to the JSON property
toolImportStrategy.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1PlaybookImportStrategy
constructor
A new instance of GoogleCloudDialogflowCxV3beta1PlaybookImportStrategy.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1PlaybookImportStrategy
Returns a new instance of GoogleCloudDialogflowCxV3beta1PlaybookImportStrategy.
10303 10304 10305 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 10303 def initialize(**args) update!(**args) end |
Instance Attribute Details
#main_playbook_import_strategy ⇒ String
Corresponds to the JSON property mainPlaybookImportStrategy
10291 10292 10293 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 10291 def main_playbook_import_strategy @main_playbook_import_strategy end |
#nested_resource_import_strategy ⇒ String
Corresponds to the JSON property nestedResourceImportStrategy
10296 10297 10298 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 10296 def nested_resource_import_strategy @nested_resource_import_strategy end |
#tool_import_strategy ⇒ String
Corresponds to the JSON property toolImportStrategy
10301 10302 10303 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 10301 def tool_import_strategy @tool_import_strategy end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10308 10309 10310 10311 10312 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 10308 def update!(**args) @main_playbook_import_strategy = args[:main_playbook_import_strategy] if args.key?(:main_playbook_import_strategy) @nested_resource_import_strategy = args[:nested_resource_import_strategy] if args.key?(:nested_resource_import_strategy) @tool_import_strategy = args[:tool_import_strategy] if args.key?(:tool_import_strategy) end |