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