PrebuiltDomainCreateObject Class

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

public class PrebuiltDomainCreateObject

A prebuilt domain create object containing the name and culture of the domain.

Method Summary

Modifier and Type Method and Description
String culture()

Get the culture value.

String domainName()

Get the domainName value.

PrebuiltDomainCreateObject withCulture(String culture)

Set the culture value.

PrebuiltDomainCreateObject withDomainName(String domainName)

Set the domainName value.

Method Details

culture

public String culture()

Get the culture value.

Returns:

the culture value

domainName

public String domainName()

Get the domainName value.

Returns:

the domainName value

withCulture

public PrebuiltDomainCreateObject withCulture(String culture)

Set the culture value.

Parameters:

culture - the culture value to set

Returns:

the PrebuiltDomainCreateObject object itself.

withDomainName

public PrebuiltDomainCreateObject withDomainName(String domainName)

Set the domainName value.

Parameters:

domainName - the domainName value to set

Returns:

the PrebuiltDomainCreateObject object itself.

Applies to