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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for Java