PrebuiltDomainCreateBaseObject Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. PrebuiltDomainCreateBaseObject
- com.
public class PrebuiltDomainCreateBaseObject
A model object containing the name of the custom prebuilt entity and the name of the domain to which this model belongs.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
domainName()
Get the domainName value. |
Prebuilt |
withDomainName(String domainName)
Set the domainName value. |
Method Details
domainName
public String domainName()
Get the domainName value.
Returns:
the domainName value
withDomainName
public PrebuiltDomainCreateBaseObject withDomainName(String domainName)
Set the domainName value.
Parameters:
domainName
- the domainName value to set
Returns:
the PrebuiltDomainCreateBaseObject object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java