Compartir a través de


AddCompositeEntityChildOptionalParameter Clase

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

public class AddCompositeEntityChildOptionalParameter

El modelo AddCompositeEntityChildOptionalParameter.

Resumen del método

Modificador y tipo Método y descripción
String name()

Obtenga el valor de nombre.

String thisclientacceptLanguage()

Obtenga el valor thisclientacceptLanguage.

AddCompositeEntityChildOptionalParameter withName(String name)

Establezca el valor de nombre.

AddCompositeEntityChildOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Establezca el valor thisclientacceptLanguage.

Detalles del método

name

public String name()

Obtenga el valor de nombre.

Returns:

el valor de nombre

thisclientacceptLanguage

public String thisclientacceptLanguage()

Obtenga el valor thisclientacceptLanguage.

Returns:

el valor thisclientacceptLanguage

withName

public AddCompositeEntityChildOptionalParameter withName(String name)

Establezca el valor de nombre.

Parameters:

name - el valor de nombre que se va a establecer

Returns:

El propio objeto AddCompositeEntityChildOptionalParameter.

withThisclientacceptLanguage

public AddCompositeEntityChildOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Establezca el valor thisclientacceptLanguage.

Parameters:

thisclientacceptLanguage - el valor thisclientacceptLanguage que se va a establecer

Returns:

El propio objeto AddCompositeEntityChildOptionalParameter.

Se aplica a