UpdateVersionsOptionalParameter Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. UpdateVersionsOptionalParameter
- com.
public class UpdateVersionsOptionalParameter
The UpdateVersionsOptionalParameter model.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
thisclientacceptLanguage()
Get the thisclientacceptLanguage value. |
String |
version()
Get the version value. |
Update |
withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value. |
Update |
withVersion(String version)
Set the version value. |
Method Details
thisclientacceptLanguage
public String thisclientacceptLanguage()
Get the thisclientacceptLanguage value.
Returns:
version
public String version()
Get the version value.
Returns:
withThisclientacceptLanguage
public UpdateVersionsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
Parameters:
Returns:
withVersion
public UpdateVersionsOptionalParameter withVersion(String version)
Set the version value.
Parameters:
Returns:
Applies to
Azure SDK for Java