public class CreateCustomBotConfigRequest extends Object
| Constructor and Description |
|---|
CreateCustomBotConfigRequest() |
public CreateCustomBotConfigRequest accurate(AccurateForCreateCustomBotConfigInput accurate)
@Valid public @Valid AccurateForCreateCustomBotConfigInput getAccurate()
public void setAccurate(AccurateForCreateCustomBotConfigInput accurate)
public CreateCustomBotConfigRequest action(String action)
@NotNull public @NotNull String getAction()
public void setAction(String action)
public CreateCustomBotConfigRequest botType(String botType)
@NotNull public @NotNull String getBotType()
public void setBotType(String botType)
public CreateCustomBotConfigRequest description(String description)
public String getDescription()
public void setDescription(String description)
public CreateCustomBotConfigRequest enable(Integer enable)
@NotNull public @NotNull Integer getEnable()
public void setEnable(Integer enable)
public CreateCustomBotConfigRequest host(String host)
@NotNull public @NotNull String getHost()
public void setHost(String host)
public CreateCustomBotConfigRequest projectName(String projectName)
public String getProjectName()
public void setProjectName(String projectName)
Copyright © 2025. All rights reserved.