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.



5425
5426
5427
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5425

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)


5418
5419
5420
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5418

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



5423
5424
5425
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5423

def google_chat_config
  @google_chat_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5430
5431
5432
5433
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5430

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