public class DescribeTelCallInfoResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeTelCallInfoResponse() |
DescribeTelCallInfoResponse(DescribeTelCallInfoResponse source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getAsrOfflineCount()
Get Number of minutes consumed by Offline Speech-to-Text Package.
|
Long |
getAsrRealtimeCount()
Get Number of minutes consumed by Real-time Speech-to-Text Package.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
Long |
getSeatUsedCount()
Get Number of agent usage statistics.
|
Long |
getTelCallInCount()
Get Number of minutes consumed by Inbound Package.
|
Long |
getTelCallOutCount()
Get Number of minutes consumed by Outbound Package.
|
Long |
getVoipCallInCount()
Deprecated.
|
Long |
getVOIPCallInCount()
Get Number of minutes consumed by Audio package.
|
void |
setAsrOfflineCount(Long AsrOfflineCount)
Set Number of minutes consumed by Offline Speech-to-Text Package.
|
void |
setAsrRealtimeCount(Long AsrRealtimeCount)
Set Number of minutes consumed by Real-time Speech-to-Text Package.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setSeatUsedCount(Long SeatUsedCount)
Set Number of agent usage statistics.
|
void |
setTelCallInCount(Long TelCallInCount)
Set Number of minutes consumed by Inbound Package.
|
void |
setTelCallOutCount(Long TelCallOutCount)
Set Number of minutes consumed by Outbound Package.
|
void |
setVoipCallInCount(Long VoipCallInCount)
Deprecated.
|
void |
setVOIPCallInCount(Long VOIPCallInCount)
Set Number of minutes consumed by Audio package.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeTelCallInfoResponse()
public DescribeTelCallInfoResponse(DescribeTelCallInfoResponse source)
public Long getTelCallOutCount()
public void setTelCallOutCount(Long TelCallOutCount)
TelCallOutCount
- Number of minutes consumed by Outbound Package.public Long getTelCallInCount()
public void setTelCallInCount(Long TelCallInCount)
TelCallInCount
- Number of minutes consumed by Inbound Package.public Long getSeatUsedCount()
public void setSeatUsedCount(Long SeatUsedCount)
SeatUsedCount
- Number of agent usage statistics.@Deprecated public Long getVoipCallInCount()
@Deprecated public void setVoipCallInCount(Long VoipCallInCount)
VoipCallInCount
- Number of minutes consumed by Audio package.public Long getVOIPCallInCount()
public void setVOIPCallInCount(Long VOIPCallInCount)
VOIPCallInCount
- Number of minutes consumed by Audio package.public Long getAsrOfflineCount()
public void setAsrOfflineCount(Long AsrOfflineCount)
AsrOfflineCount
- Number of minutes consumed by Offline Speech-to-Text Package.public Long getAsrRealtimeCount()
public void setAsrRealtimeCount(Long AsrRealtimeCount)
AsrRealtimeCount
- Number of minutes consumed by Real-time Speech-to-Text Package.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2024. All rights reserved.