PrebuiltDomainObject Class

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

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.

PrebuiltDomainObject withDomainName(String domainName)

Set the domainName value.

PrebuiltDomainObject 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