@meeting-baas/sdk
Version:
Official SDK for Meeting BaaS API - https://meetingbaas.com
103 lines (102 loc) • 1.66 kB
TypeScript
/**
* Meeting BaaS API
* Meeting BaaS API
*
* The version of the OpenAPI document: 1.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
*
* @export
* @interface Bot2
*/
export interface Bot2 {
/**
*
* @type {number}
* @memberof Bot2
*/
'accountId': number;
/**
*
* @type {number}
* @memberof Bot2
*/
'botParamId': number;
/**
*
* @type {string}
* @memberof Bot2
*/
'createdAt': string;
/**
*
* @type {boolean}
* @memberof Bot2
*/
'diarization_v2': boolean;
/**
*
* @type {string}
* @memberof Bot2
*/
'endedAt': string | null;
/**
*
* @type {string}
* @memberof Bot2
*/
'errors'?: string | null;
/**
*
* @type {number}
* @memberof Bot2
*/
'event_id'?: number | null;
/**
*
* @type {number}
* @memberof Bot2
*/
'id': number;
/**
*
* @type {string}
* @memberof Bot2
*/
'meetingUrl': string;
/**
*
* @type {string}
* @memberof Bot2
*/
'mp4_s3_path': string;
/**
*
* @type {boolean}
* @memberof Bot2
*/
'reserved': boolean;
/**
*
* @type {number}
* @memberof Bot2
*/
'scheduled_bot_id'?: number | null;
/**
*
* @type {string}
* @memberof Bot2
*/
'session_id'?: string | null;
/**
*
* @type {string}
* @memberof Bot2
*/
'uuid': string;
}