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