CloneOptionalParameter Classe
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. CloneOptionalParameter
- com.
public class CloneOptionalParameter
O modelo CloneOptionalParameter.
Resumo do método
Modificador e tipo | Método e descrição |
---|---|
String |
thisclientacceptLanguage()
Obtenha o valor thisclientacceptLanguage. |
String |
version()
Obtenha o valor da versão. |
Clone |
withThisclientacceptLanguage(String thisclientacceptLanguage)
Defina o valor thisclientacceptLanguage. |
Clone |
withVersion(String version)
Defina o valor da versão. |
Detalhes do método
thisclientacceptLanguage
public String thisclientacceptLanguage()
Obtenha o valor thisclientacceptLanguage.
Returns:
version
public String version()
Obtenha o valor da versão.
Returns:
withThisclientacceptLanguage
public CloneOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Defina o valor thisclientacceptLanguage.
Parameters:
Returns:
withVersion
public CloneOptionalParameter withVersion(String version)
Defina o valor da versão.
Parameters:
Returns:
Aplica-se a
Azure SDK for Java