PrebuiltDomainCreateObject Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. PrebuiltDomainCreateObject
- com.
public class PrebuiltDomainCreateObject
A prebuilt domain create object containing the name and culture of the domain.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
culture()
Get the culture value. |
String |
domainName()
Get the domainName value. |
Prebuilt |
withCulture(String culture)
Set the culture value. |
Prebuilt |
withDomainName(String domainName)
Set the domainName value. |
Method Details
culture
public String culture()
Get the culture value.
Returns:
the culture value
domainName
public String domainName()
Get the domainName value.
Returns:
the domainName value
withCulture
public PrebuiltDomainCreateObject withCulture(String culture)
Set the culture value.
Parameters:
culture
- the culture value to set
Returns:
the PrebuiltDomainCreateObject object itself.
withDomainName
public PrebuiltDomainCreateObject withDomainName(String domainName)
Set the domainName value.
Parameters:
domainName
- the domainName value to set
Returns:
the PrebuiltDomainCreateObject 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