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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Java