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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Java