Compartilhar via


ImportLuFormatVersionsOptionalParameter Classe

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

public class ImportLuFormatVersionsOptionalParameter

O modelo ImportLuFormatVersionsOptionalParameter.

Resumo do método

Modificador e tipo Método e descrição
String thisclientacceptLanguage()

Obtenha o valor thisclientacceptLanguage.

String versionId()

Obtenha o valor versionId.

ImportLuFormatVersionsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Defina o valor thisclientacceptLanguage.

ImportLuFormatVersionsOptionalParameter withVersionId(String versionId)

Defina o valor versionId.

Detalhes do método

thisclientacceptLanguage

public String thisclientacceptLanguage()

Obtenha o valor thisclientacceptLanguage.

Returns:

o valor thisclientacceptLanguage

versionId

public String versionId()

Obtenha o valor versionId.

Returns:

o valor versionId

withThisclientacceptLanguage

public ImportLuFormatVersionsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Defina o valor thisclientacceptLanguage.

Parameters:

thisclientacceptLanguage - o valor thisclientacceptLanguage a ser definido

Returns:

o objeto ImportLuFormatVersionsOptionalParameter em si.

withVersionId

public ImportLuFormatVersionsOptionalParameter withVersionId(String versionId)

Defina o valor versionId.

Parameters:

versionId - o valor versionId a ser definido

Returns:

o objeto ImportLuFormatVersionsOptionalParameter em si.

Aplica-se a