listCustomActions
inline suspend fun ChatbotClient.listCustomActions(crossinline block: ListCustomActionsRequest.Builder.() -> Unit): ListCustomActionsResponse
Lists custom actions defined in this account.
Samples
// List custom actions
val resp = chatbotClient.listCustomActions()Content copied to clipboard