AddCustomPrebuiltDomainModelsOptionalParameter Class

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

public class AddCustomPrebuiltDomainModelsOptionalParameter

The AddCustomPrebuiltDomainModelsOptionalParameter model.

Method Summary

Modifier and Type Method and Description
String domainName()

Get the domainName value.

String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

AddCustomPrebuiltDomainModelsOptionalParameter withDomainName(String domainName)

Set the domainName value.

AddCustomPrebuiltDomainModelsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Method Details

domainName

public String domainName()

Get the domainName value.

Returns:

the domainName value

thisclientacceptLanguage

public String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

Returns:

the thisclientacceptLanguage value

withDomainName

public AddCustomPrebuiltDomainModelsOptionalParameter withDomainName(String domainName)

Set the domainName value.

Parameters:

domainName - the domainName value to set

Returns:

the AddCustomPrebuiltDomainModelsOptionalParameter object itself.

withThisclientacceptLanguage

public AddCustomPrebuiltDomainModelsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Parameters:

thisclientacceptLanguage - the thisclientacceptLanguage value to set

Returns:

the AddCustomPrebuiltDomainModelsOptionalParameter object itself.

Applies to