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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java