Class: Google::Apis::ContactcenteraiplatformV1alpha1::FeatureConfig

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/contactcenteraiplatform_v1alpha1/classes.rb,
lib/google/apis/contactcenteraiplatform_v1alpha1/representations.rb,
lib/google/apis/contactcenteraiplatform_v1alpha1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ FeatureConfig

Returns a new instance of FeatureConfig.



583
584
585
# File 'lib/google/apis/contactcenteraiplatform_v1alpha1/classes.rb', line 583

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

Instance Attribute Details

#agent_desktop_enabledBoolean Also known as: agent_desktop_enabled?

Optional. If true - enables the agent desktop feature. Default is false. Corresponds to the JSON property agentDesktopEnabled

Returns:

  • (Boolean)


580
581
582
# File 'lib/google/apis/contactcenteraiplatform_v1alpha1/classes.rb', line 580

def agent_desktop_enabled
  @agent_desktop_enabled
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



588
589
590
# File 'lib/google/apis/contactcenteraiplatform_v1alpha1/classes.rb', line 588

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