Method: Aws::Chatbot::Types::AssociateToConfigurationRequest#chat_configuration
- Defined in:
- lib/aws-sdk-chatbot/types.rb
#chat_configuration ⇒ String
The channel configuration to associate with the resource.
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 |