[][src]Function csml_engine::get_bot_versions

pub fn get_bot_versions(
    bot_id: &str,
    limit: Option<i64>,
    last_key: Option<String>
) -> Result<Value, EngineError>

List the last 20 versions of the bot if no limit is set

BOT = { "version_id": String, "id": String, "name": String, "custom_components": Option, "default_flow": String "engine_version": String "created_at": String }