Method: Aws::Chatbot::Types::AssociateToConfigurationRequest#chat_configuration

Defined in:
lib/aws-sdk-chatbot/types.rb

#chat_configurationString

The channel configuration to associate with the resource.

Returns:

  • (String)


53
54
55
56
57
58
# File 'lib/aws-sdk-chatbot/types.rb', line 53

class AssociateToConfigurationRequest < Struct.new(
  :resource,
  :chat_configuration)
  SENSITIVE = []
  include Aws::Structure
end