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

ListExamplesOptionalParameter Class

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

public class ListExamplesOptionalParameter

The ListExamplesOptionalParameter model.

Method Summary

Modifier and Type Method and Description
Boolean enableNestedChildren()

Get the enableNestedChildren value.

Integer skip()

Get the skip value.

Integer take()

Get the take value.

String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

ListExamplesOptionalParameter withEnableNestedChildren(Boolean enableNestedChildren)

Set the enableNestedChildren value.

ListExamplesOptionalParameter withSkip(Integer skip)

Set the skip value.

ListExamplesOptionalParameter withTake(Integer take)

Set the take value.

ListExamplesOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Method Details

enableNestedChildren

public Boolean enableNestedChildren()

Get the enableNestedChildren value.

Returns:

the enableNestedChildren value

skip

public Integer skip()

Get the skip value.

Returns:

the skip 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 ListExamplesOptionalParameter withEnableNestedChildren(Boolean enableNestedChildren)

Set the enableNestedChildren value.

Parameters:

enableNestedChildren - the enableNestedChildren value to set

Returns:

the ListExamplesOptionalParameter object itself.

withSkip

public ListExamplesOptionalParameter withSkip(Integer skip)

Set the skip value.

Parameters:

skip - the skip value to set

Returns:

the ListExamplesOptionalParameter object itself.

withTake

public ListExamplesOptionalParameter withTake(Integer take)

Set the take value.

Parameters:

take - the take value to set

Returns:

the ListExamplesOptionalParameter object itself.

withThisclientacceptLanguage

public ListExamplesOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Parameters:

thisclientacceptLanguage - the thisclientacceptLanguage value to set

Returns:

the ListExamplesOptionalParameter object itself.

Applies to