listAssociations

Lists resources associated with a channel configuration.

Samples


fun main() { 
   //sampleStart 
   // List custom actions associated with a configuration
val resp = chatbotClient.listAssociations {
    chatConfiguration = "arn:aws:chatbot::1234567890:chat-configuration/slack-channel/my-channel"
} 
   //sampleEnd
}