public class GetAITemplateRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
templateId
The ID of the AI template.
|
| 构造器和说明 |
|---|
GetAITemplateRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetAITemplateRequest |
build(Map<String,?> map) |
String |
getTemplateId() |
GetAITemplateRequest |
setTemplateId(String templateId) |
@NameInMap(value="TemplateId") public String templateId
The ID of the AI template. You can use one of the following methods to obtain the ID:
* Call the [AddAITemplate](~~102930~~) operation to add an AI template if no AI template exists. The value of TemplateId in the response is the ID of the AI template.
* Call the [ListAITemplate](~~102936~~) operation if the template already exists. The value of TemplateId in the response is the ID of the AI template.
public static GetAITemplateRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetAITemplateRequest setTemplateId(String templateId)
public String getTemplateId()
Copyright © 2024. All rights reserved.