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

ListUserLUISAccountsOptionalParameter Class

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

public class ListUserLUISAccountsOptionalParameter

The ListUserLUISAccountsOptionalParameter model.

Method Summary

Modifier and Type Method and Description
String armToken()

Get the armToken value.

String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

ListUserLUISAccountsOptionalParameter withArmToken(String armToken)

Set the armToken value.

ListUserLUISAccountsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Method Details

armToken

public String armToken()

Get the armToken value.

Returns:

the armToken value

thisclientacceptLanguage

public String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

Returns:

the thisclientacceptLanguage value

withArmToken

public ListUserLUISAccountsOptionalParameter withArmToken(String armToken)

Set the armToken value.

Parameters:

armToken - the armToken value to set

Returns:

the ListUserLUISAccountsOptionalParameter object itself.

withThisclientacceptLanguage

public ListUserLUISAccountsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Parameters:

thisclientacceptLanguage - the thisclientacceptLanguage value to set

Returns:

the ListUserLUISAccountsOptionalParameter object itself.

Applies to