PrebuiltDomainCreateBaseObject Class

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

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.

PrebuiltDomainCreateBaseObject 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