public static final class UpdateAITemplateRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
UpdateAITemplateRequest |
build() |
UpdateAITemplateRequest.Builder |
templateConfig(String templateConfig)
The detailed configurations of the AI template.
|
UpdateAITemplateRequest.Builder |
templateId(String templateId)
The ID of the AI template.
|
UpdateAITemplateRequest.Builder |
templateName(String templateName)
The name of the AI template.
|
public UpdateAITemplateRequest.Builder templateConfig(String templateConfig)
public UpdateAITemplateRequest.Builder templateId(String templateId)
* 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 UpdateAITemplateRequest.Builder templateName(String templateName)
public UpdateAITemplateRequest build()
Copyright © 2024. All rights reserved.