Trait OutboundManager

Source
pub trait OutboundManager {
    // Required method
    fn cdr_ob_query<'life0, 'async_trait>(
        &'life0 self,
        params: ParamsCdrObQuery,
    ) -> Pin<Box<dyn Future<Output = Result<Response<RespCallDtailRecordOoutboundQuery>>> + Send + 'async_trait>>
       where Self: 'async_trait,
             'life0: 'async_trait;
}
Expand description

外呼管理

Required Methods§

Source

fn cdr_ob_query<'life0, 'async_trait>( &'life0 self, params: ParamsCdrObQuery, ) -> Pin<Box<dyn Future<Output = Result<Response<RespCallDtailRecordOoutboundQuery>>> + Send + 'async_trait>>
where Self: 'async_trait, 'life0: 'async_trait,

获取座席外呼通话记录接口 Call Detail Record Outbound query https://wiki.cticloud.cn/?page=/html/wiki/API/通话记录/外呼/获取座席外呼通话记录接口.html https://api-6.cticloud.cn/interface/v10/cdr/ob/query

Implementors§