PrebuiltDomainObject Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. PrebuiltDomainObject
- com.
public class PrebuiltDomainObject
The PrebuiltDomainObject model.
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:
the domainName value
modelName
public String modelName()
Get the modelName value.
Returns:
the modelName value
withDomainName
public PrebuiltDomainObject withDomainName(String domainName)
Set the domainName value.
Parameters:
domainName
- the domainName value to set
Returns:
the PrebuiltDomainObject object itself.
withModelName
public PrebuiltDomainObject withModelName(String modelName)
Set the modelName value.
Parameters:
modelName
- the modelName value to set
Returns:
the PrebuiltDomainObject object itself.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.