ApplicationCreateObject Class

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

public class ApplicationCreateObject

Properties for creating a new LUIS Application.

Method Summary

Modifier and Type Method and Description
String culture()

Get the culture value.

String description()

Get the description value.

String domain()

Get the domain value.

String initialVersionId()

Get the initialVersionId value.

String name()

Get the name value.

String usageScenario()

Get the usageScenario value.

ApplicationCreateObject withCulture(String culture)

Set the culture value.

ApplicationCreateObject withDescription(String description)

Set the description value.

ApplicationCreateObject withDomain(String domain)

Set the domain value.

ApplicationCreateObject withInitialVersionId(String initialVersionId)

Set the initialVersionId value.

ApplicationCreateObject withName(String name)

Set the name value.

ApplicationCreateObject withUsageScenario(String usageScenario)

Set the usageScenario value.

Method Details

culture

public String culture()

Get the culture value.

Returns:

the culture value

description

public String description()

Get the description value.

Returns:

the description value

domain

public String domain()

Get the domain value.

Returns:

the domain value

initialVersionId

public String initialVersionId()

Get the initialVersionId value.

Returns:

the initialVersionId value

name

public String name()

Get the name value.

Returns:

the name value

usageScenario

public String usageScenario()

Get the usageScenario value.

Returns:

the usageScenario value

withCulture

public ApplicationCreateObject withCulture(String culture)

Set the culture value.

Parameters:

culture - the culture value to set

Returns:

the ApplicationCreateObject object itself.

withDescription

public ApplicationCreateObject withDescription(String description)

Set the description value.

Parameters:

description - the description value to set

Returns:

the ApplicationCreateObject object itself.

withDomain

public ApplicationCreateObject withDomain(String domain)

Set the domain value.

Parameters:

domain - the domain value to set

Returns:

the ApplicationCreateObject object itself.

withInitialVersionId

public ApplicationCreateObject withInitialVersionId(String initialVersionId)

Set the initialVersionId value.

Parameters:

initialVersionId - the initialVersionId value to set

Returns:

the ApplicationCreateObject object itself.

withName

public ApplicationCreateObject withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the ApplicationCreateObject object itself.

withUsageScenario

public ApplicationCreateObject withUsageScenario(String usageScenario)

Set the usageScenario value.

Parameters:

usageScenario - the usageScenario value to set

Returns:

the ApplicationCreateObject object itself.

Applies to