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:
the thisclientacceptLanguage value
version
public String version()
Get the version value.
Returns:
the version value
withThisclientacceptLanguage
public UpdateVersionsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
Parameters:
thisclientacceptLanguage
- the thisclientacceptLanguage value to set
Returns:
the UpdateVersionsOptionalParameter object itself.
withVersion
public UpdateVersionsOptionalParameter withVersion(String version)
Set the version value.
Parameters:
version
- the version value to set
Returns:
the UpdateVersionsOptionalParameter object itself.