Class DownloadBotRecordResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cr.v20180321.models.DownloadBotRecordResponse
-
public class DownloadBotRecordResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DownloadBotRecordResponse()DownloadBotRecordResponse(DownloadBotRecordResponse 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRecordCosUrl()Get 录音地址。请求后30分钟内有效StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。StringgetTextCosUrl()Get 文本地址。请求后30分钟内有效voidsetRecordCosUrl(String RecordCosUrl)Set 录音地址。请求后30分钟内有效voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetTextCosUrl(String TextCosUrl)Set 文本地址。请求后30分钟内有效voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DownloadBotRecordResponse
public DownloadBotRecordResponse()
-
DownloadBotRecordResponse
public DownloadBotRecordResponse(DownloadBotRecordResponse 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.
-
-
Method Detail
-
getRecordCosUrl
public String getRecordCosUrl()
Get 录音地址。请求后30分钟内有效- Returns:
- RecordCosUrl 录音地址。请求后30分钟内有效
-
setRecordCosUrl
public void setRecordCosUrl(String RecordCosUrl)
Set 录音地址。请求后30分钟内有效- Parameters:
RecordCosUrl- 录音地址。请求后30分钟内有效
-
getTextCosUrl
public String getTextCosUrl()
Get 文本地址。请求后30分钟内有效- Returns:
- TextCosUrl 文本地址。请求后30分钟内有效
-
setTextCosUrl
public void setTextCosUrl(String TextCosUrl)
Set 文本地址。请求后30分钟内有效- Parameters:
TextCosUrl- 文本地址。请求后30分钟内有效
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-