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.



5058
5059
5060
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5058

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)


5051
5052
5053
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5051

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



5056
5057
5058
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5056

def google_chat_config
  @google_chat_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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