ListUserLUISAccountsOptionalParameter Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. ListUserLUISAccountsOptionalParameter
- com.
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. |
List |
withArmToken(String armToken)
Set the armToken value. |
List |
withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value. |
Method Details
armToken
public String armToken()
Get the armToken value.
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
Get the thisclientacceptLanguage value.
Returns:
withArmToken
public ListUserLUISAccountsOptionalParameter withArmToken(String armToken)
Set the armToken value.
Parameters:
Returns:
withThisclientacceptLanguage
public ListUserLUISAccountsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
Parameters:
Returns:
Applies to
Azure SDK for Java