Freigeben über


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