listCustomActions
abstract suspend fun listCustomActions(input: ListCustomActionsRequest = ListCustomActionsRequest { }): ListCustomActionsResponse
Lists custom actions defined in this account.
Samples
// List custom actions
val resp = chatbotClient.listCustomActions()Content copied to clipboard