List all bot templates
import botfleet
botfleet.api_key = "YOUR_API_KEY"
botfleet.BotTemplate.list()
Returns a PagePaginatedResource
object.
import botfleet
botfleet.api_key = "YOUR_API_KEY"
botfleet.BotTemplate.list()
Returns a PagePaginatedResource
object.