Class: Google::Apis::CloudsearchV1::ChatConfig

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

Overview

Configuration of the in meeting chat.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ChatConfig

Returns a new instance of ChatConfig.



5004
5005
5006
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5004

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

Instance Attribute Details

#chat_typeString

The Type of chat this Conference is currently using. Corresponds to the JSON property chatType

Returns:

  • (String)


4997
4998
4999
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 4997

def chat_type
  @chat_type
end

#google_chat_configGoogle::Apis::CloudsearchV1::GoogleChatConfig

Configuration of the Google Chat in Meet. Corresponds to the JSON property googleChatConfig



5002
5003
5004
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5002

def google_chat_config
  @google_chat_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5009
5010
5011
5012
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5009

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