PrebuiltDomainObject Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. PrebuiltDomainObject
- com.
public class PrebuiltDomainObject
The PrebuiltDomainObject model.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
domainName()
Get the domainName value. |
String |
modelName()
Get the modelName value. |
Prebuilt |
withDomainName(String domainName)
Set the domainName value. |
Prebuilt |
withModelName(String modelName)
Set the modelName value. |
Method Details
domainName
public String domainName()
Get the domainName value.
Returns:
the domainName value
modelName
public String modelName()
Get the modelName value.
Returns:
the modelName value
withDomainName
public PrebuiltDomainObject withDomainName(String domainName)
Set the domainName value.
Parameters:
domainName
- the domainName value to set
Returns:
the PrebuiltDomainObject object itself.
withModelName
public PrebuiltDomainObject withModelName(String modelName)
Set the modelName value.
Parameters:
modelName
- the modelName value to set
Returns:
the PrebuiltDomainObject 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