AddCustomPrebuiltDomainModelsOptionalParameter Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. AddCustomPrebuiltDomainModelsOptionalParameter
- com.
public class AddCustomPrebuiltDomainModelsOptionalParameter
The AddCustomPrebuiltDomainModelsOptionalParameter model.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
domainName()
Get the domainName value. |
String |
thisclientacceptLanguage()
Get the thisclientacceptLanguage value. |
Add |
withDomainName(String domainName)
Set the domainName value. |
Add |
withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value. |
Method Details
domainName
public String domainName()
Get the domainName value.
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
Get the thisclientacceptLanguage value.
Returns:
withDomainName
public AddCustomPrebuiltDomainModelsOptionalParameter withDomainName(String domainName)
Set the domainName value.
Parameters:
Returns:
withThisclientacceptLanguage
public AddCustomPrebuiltDomainModelsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
Parameters:
Returns:
Applies to
Azure SDK for Java