Disassociate From Configuration
chatbot_disassociate_from_configuration | R Documentation |
Unlink a resource, for example a custom action, from a channel configuration¶
Description¶
Unlink a resource, for example a custom action, from a channel configuration.
Usage¶
chatbot_disassociate_from_configuration(Resource, ChatConfiguration)
Arguments¶
Resource |
[required] The resource (for example, a custom action) Amazon Resource Name (ARN) to unlink. |
ChatConfiguration |
[required] The channel configuration the resource is being disassociated from. |
Value¶
An empty list.
Request syntax¶
svc$disassociate_from_configuration(
Resource = "string",
ChatConfiguration = "string"
)