你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PrebuiltDomainModelCreateObject Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.language.luis.authoring.models.PrebuiltDomainModelCreateObject

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.

PrebuiltDomainModelCreateObject withDomainName(String domainName)

Set the domainName value.

PrebuiltDomainModelCreateObject 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 PrebuiltDomainModelCreateObject withDomainName(String domainName)

Set the domainName value.

Parameters:

domainName - the domainName value to set

Returns:

the PrebuiltDomainModelCreateObject object itself.

withModelName

public PrebuiltDomainModelCreateObject withModelName(String modelName)

Set the modelName value.

Parameters:

modelName - the modelName value to set

Returns:

the PrebuiltDomainModelCreateObject object itself.

Applies to