public class DescribeAIConversationRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeAIConversationRequest() |
DescribeAIConversationRequest(DescribeAIConversationRequest 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 |
getSdkAppId()
Get TRTC的[SdkAppId](https://cloud.tencent.com/document/product/647/46351#sdkappid),和开启转录任务的房间使用的SdkAppId相同。
|
String |
getSessionId()
Get 开启任务时填写的SessionId,如果没写则不返回。
|
String |
getTaskId()
Get 唯一标识一次任务。
|
void |
setSdkAppId(Long SdkAppId)
Set TRTC的[SdkAppId](https://cloud.tencent.com/document/product/647/46351#sdkappid),和开启转录任务的房间使用的SdkAppId相同。
|
void |
setSessionId(String SessionId)
Set 开启任务时填写的SessionId,如果没写则不返回。
|
void |
setTaskId(String TaskId)
Set 唯一标识一次任务。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeAIConversationRequest()
public DescribeAIConversationRequest(DescribeAIConversationRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- TRTC的[SdkAppId](https://cloud.tencent.com/document/product/647/46351#sdkappid),和开启转录任务的房间使用的SdkAppId相同。public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- 唯一标识一次任务。public String getSessionId()
public void setSessionId(String SessionId)
SessionId
- 开启任务时填写的SessionId,如果没写则不返回。Copyright © 2024. All rights reserved.