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.



5067
5068
5069
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5067

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)


5060
5061
5062
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5060

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



5065
5066
5067
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5065

def google_chat_config
  @google_chat_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5072
5073
5074
5075
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5072

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