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