次の方法で共有


ImportV2AppAppsOptionalParameter クラス

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.language.luis.authoring.models.ImportV2AppAppsOptionalParameter

public class ImportV2AppAppsOptionalParameter

ImportV2AppAppsOptionalParameter モデル。

メソッドの概要

修飾子と型 メソッドと説明
String appName()

appName 値を取得します。

String thisclientacceptLanguage()

thisclientacceptLanguage 値を取得します。

ImportV2AppAppsOptionalParameter withAppName(String appName)

appName 値を設定します。

ImportV2AppAppsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

thisclientacceptLanguage 値を設定します。

メソッドの詳細

appName

public String appName()

appName 値を取得します。

Returns:

appName 値

thisclientacceptLanguage

public String thisclientacceptLanguage()

thisclientacceptLanguage 値を取得します。

Returns:

thisclientacceptLanguage 値

withAppName

public ImportV2AppAppsOptionalParameter withAppName(String appName)

appName 値を設定します。

Parameters:

appName - 設定する appName 値

Returns:

ImportV2AppAppsOptionalParameter オブジェクト自体。

withThisclientacceptLanguage

public ImportV2AppAppsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

thisclientacceptLanguage 値を設定します。

Parameters:

thisclientacceptLanguage - 設定する thisclientacceptLanguage 値

Returns:

ImportV2AppAppsOptionalParameter オブジェクト自体。

適用対象