Compartilhar via


ImportV2AppAppsOptionalParameter Classe

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.language.luis.authoring.models.ImportV2AppAppsOptionalParameter

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.

ImportV2AppAppsOptionalParameter withAppName(String appName)

Defina o valor appName.

ImportV2AppAppsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Defina o valor thisclientacceptLanguage.

Detalhes do método

appName

public String appName()

Obtenha o valor appName.

Returns:

o valor appName

thisclientacceptLanguage

public String thisclientacceptLanguage()

Obtenha o valor thisclientacceptLanguage.

Returns:

o valor thisclientacceptLanguage

withAppName

public ImportV2AppAppsOptionalParameter withAppName(String appName)

Defina o valor appName.

Parameters:

appName - o valor appName a ser definido

Returns:

o objeto ImportV2AppAppsOptionalParameter em si.

withThisclientacceptLanguage

public ImportV2AppAppsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Defina o valor thisclientacceptLanguage.

Parameters:

thisclientacceptLanguage - o valor thisclientacceptLanguage a ser definido

Returns:

o objeto ImportV2AppAppsOptionalParameter em si.

Aplica-se a