Freigeben über


TaskUpdateObject Class

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

public class TaskUpdateObject

Object model for cloning an application's version.

Method Summary

Modifier and Type Method and Description
String version()

Get the version value.

TaskUpdateObject withVersion(String version)

Set the version value.

Method Details

version

public String version()

Get the version value.

Returns:

the version value

withVersion

public TaskUpdateObject withVersion(String version)

Set the version value.

Parameters:

version - the version value to set

Returns:

the TaskUpdateObject object itself.

Applies to