Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1LoadVersionRequest

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1LoadVersionRequest

Returns a new instance of GoogleCloudDialogflowCxV3beta1LoadVersionRequest.



9693
9694
9695
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 9693

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#allow_override_agent_resourcesBoolean Also known as: allow_override_agent_resources?

Corresponds to the JSON property allowOverrideAgentResources

Returns:

  • (Boolean)


9690
9691
9692
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 9690

def allow_override_agent_resources
  @allow_override_agent_resources
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9698
9699
9700
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 9698

def update!(**args)
  @allow_override_agent_resources = args[:allow_override_agent_resources] if args.key?(:allow_override_agent_resources)
end