Freigeben über


ListEntitySuggestionsOptionalParameter Class

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

public class ListEntitySuggestionsOptionalParameter

The ListEntitySuggestionsOptionalParameter model.

Method Summary

Modifier and Type Method and Description
Boolean enableNestedChildren()

Get the enableNestedChildren value.

Integer take()

Get the take value.

String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

ListEntitySuggestionsOptionalParameter withEnableNestedChildren(Boolean enableNestedChildren)

Set the enableNestedChildren value.

ListEntitySuggestionsOptionalParameter withTake(Integer take)

Set the take value.

ListEntitySuggestionsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Method Details

enableNestedChildren

public Boolean enableNestedChildren()

Get the enableNestedChildren value.

Returns:

the enableNestedChildren value

take

public Integer take()

Get the take value.

Returns:

the take value

thisclientacceptLanguage

public String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

Returns:

the thisclientacceptLanguage value

withEnableNestedChildren

public ListEntitySuggestionsOptionalParameter withEnableNestedChildren(Boolean enableNestedChildren)

Set the enableNestedChildren value.

Parameters:

enableNestedChildren - the enableNestedChildren value to set

Returns:

the ListEntitySuggestionsOptionalParameter object itself.

withTake

public ListEntitySuggestionsOptionalParameter withTake(Integer take)

Set the take value.

Parameters:

take - the take value to set

Returns:

the ListEntitySuggestionsOptionalParameter object itself.

withThisclientacceptLanguage

public ListEntitySuggestionsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Parameters:

thisclientacceptLanguage - the thisclientacceptLanguage value to set

Returns:

the ListEntitySuggestionsOptionalParameter object itself.

Applies to