Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3LoadVersionRequest
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3LoadVersionRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3/classes.rb,
lib/google/apis/dialogflow_v3/representations.rb,
lib/google/apis/dialogflow_v3/representations.rb
Instance Attribute Summary collapse
-
#allow_override_agent_resources ⇒ Boolean
(also: #allow_override_agent_resources?)
Corresponds to the JSON property
allowOverrideAgentResources.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3LoadVersionRequest
constructor
A new instance of GoogleCloudDialogflowCxV3LoadVersionRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3LoadVersionRequest
Returns a new instance of GoogleCloudDialogflowCxV3LoadVersionRequest.
5305 5306 5307 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 5305 def initialize(**args) update!(**args) end |
Instance Attribute Details
#allow_override_agent_resources ⇒ Boolean Also known as: allow_override_agent_resources?
Corresponds to the JSON property allowOverrideAgentResources
5302 5303 5304 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 5302 def allow_override_agent_resources @allow_override_agent_resources end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5310 5311 5312 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 5310 def update!(**args) @allow_override_agent_resources = args[:allow_override_agent_resources] if args.key?(:allow_override_agent_resources) end |