UpdateSettingsOptionalParameter クラス
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. UpdateSettingsOptionalParameter
- com.
public class UpdateSettingsOptionalParameter
UpdateSettingsOptionalParameter モデル。
メソッドの概要
| 修飾子と型 | メソッドと説明 |
|---|---|
| boolean |
isPublic()
isPublic 値を取得します。 |
| String |
thisclientacceptLanguage()
thisclientacceptLanguage 値を取得します。 |
|
Update |
withIsPublic(boolean isPublic)
isPublic 値を設定します。 |
|
Update |
withThisclientacceptLanguage(String thisclientacceptLanguage)
thisclientacceptLanguage 値を設定します。 |
メソッドの詳細
isPublic
public boolean isPublic()
isPublic 値を取得します。
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
thisclientacceptLanguage 値を取得します。
Returns:
withIsPublic
public UpdateSettingsOptionalParameter withIsPublic(boolean isPublic)
isPublic 値を設定します。
Parameters:
Returns:
withThisclientacceptLanguage
public UpdateSettingsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
thisclientacceptLanguage 値を設定します。
Parameters:
Returns: