Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1FlowImportStrategy
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1FlowImportStrategy
- 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
-
#global_import_strategy ⇒ String
Corresponds to the JSON property
globalImportStrategy.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1FlowImportStrategy
constructor
A new instance of GoogleCloudDialogflowCxV3beta1FlowImportStrategy.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1FlowImportStrategy
Returns a new instance of GoogleCloudDialogflowCxV3beta1FlowImportStrategy.
7173 7174 7175 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 7173 def initialize(**args) update!(**args) end |
Instance Attribute Details
#global_import_strategy ⇒ String
Corresponds to the JSON property globalImportStrategy
7171 7172 7173 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 7171 def global_import_strategy @global_import_strategy end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7178 7179 7180 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 7178 def update!(**args) @global_import_strategy = args[:global_import_strategy] if args.key?(:global_import_strategy) end |