Compartilhar via


ImportMethodVersionsOptionalParameter Classe

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

public class ImportMethodVersionsOptionalParameter

O modelo ImportMethodVersionsOptionalParameter.

Resumo do método

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

Obtenha o valor thisclientacceptLanguage.

String versionId()

Obtenha o valor versionId.

ImportMethodVersionsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Defina o valor thisclientacceptLanguage.

ImportMethodVersionsOptionalParameter 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 ImportMethodVersionsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Defina o valor thisclientacceptLanguage.

Parameters:

thisclientacceptLanguage - o valor thisclientacceptLanguage a ser definido

Returns:

o objeto ImportMethodVersionsOptionalParameter em si.

withVersionId

public ImportMethodVersionsOptionalParameter withVersionId(String versionId)

Defina o valor versionId.

Parameters:

versionId - o valor versionId a ser definido

Returns:

o objeto ImportMethodVersionsOptionalParameter em si.

Aplica-se a