你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ListIntentSuggestionsOptionalParameter Class

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

public class ListIntentSuggestionsOptionalParameter

The ListIntentSuggestionsOptionalParameter 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.

ListIntentSuggestionsOptionalParameter withEnableNestedChildren(Boolean enableNestedChildren)

Set the enableNestedChildren value.

ListIntentSuggestionsOptionalParameter withTake(Integer take)

Set the take value.

ListIntentSuggestionsOptionalParameter 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 ListIntentSuggestionsOptionalParameter withEnableNestedChildren(Boolean enableNestedChildren)

Set the enableNestedChildren value.

Parameters:

enableNestedChildren - the enableNestedChildren value to set

Returns:

the ListIntentSuggestionsOptionalParameter object itself.

withTake

public ListIntentSuggestionsOptionalParameter withTake(Integer take)

Set the take value.

Parameters:

take - the take value to set

Returns:

the ListIntentSuggestionsOptionalParameter object itself.

withThisclientacceptLanguage

public ListIntentSuggestionsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Parameters:

thisclientacceptLanguage - the thisclientacceptLanguage value to set

Returns:

the ListIntentSuggestionsOptionalParameter object itself.

Applies to