Chatbot / Client / associate_to_configuration
associate_to_configuration#
- Chatbot.Client.associate_to_configuration(**kwargs)#
Links a resource (for example, a custom action) to a channel configuration.
See also: AWS API Documentation
Request Syntax
response = client.associate_to_configuration( Resource='string', ChatConfiguration='string' )
- Parameters:
Resource (string) –
[REQUIRED]
The resource Amazon Resource Name (ARN) to link.
ChatConfiguration (string) –
[REQUIRED]
The channel configuration to associate with the resource.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
Chatbot.Client.exceptions.InvalidRequestException
Chatbot.Client.exceptions.InternalServiceError
Chatbot.Client.exceptions.UnauthorizedException