PrebuiltDomainModelCreateObject Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. PrebuiltDomainModelCreateObject
- com.
public class PrebuiltDomainModelCreateObject
A model object containing the name of the custom prebuilt intent or 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. |
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:
modelName
public String modelName()
Get the modelName value.
Returns:
withDomainName
public PrebuiltDomainModelCreateObject withDomainName(String domainName)
Set the domainName value.
Parameters:
Returns:
withModelName
public PrebuiltDomainModelCreateObject withModelName(String modelName)
Set the modelName value.
Parameters:
Returns:
Applies to
Azure SDK for Java