TaskUpdateObject Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. TaskUpdateObject
- com.
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. |
Task |
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java