次の方法で共有


ImportLuFormatAppsOptionalParameter クラス

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

public class ImportLuFormatAppsOptionalParameter

ImportLuFormatAppsOptionalParameter モデル。

メソッドの概要

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

appName 値を取得します。

String thisclientacceptLanguage()

thisclientacceptLanguage 値を取得します。

ImportLuFormatAppsOptionalParameter withAppName(String appName)

appName 値を設定します。

ImportLuFormatAppsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

thisclientacceptLanguage 値を設定します。

メソッドの詳細

appName

public String appName()

appName 値を取得します。

Returns:

appName 値

thisclientacceptLanguage

public String thisclientacceptLanguage()

thisclientacceptLanguage 値を取得します。

Returns:

thisclientacceptLanguage 値

withAppName

public ImportLuFormatAppsOptionalParameter withAppName(String appName)

appName 値を設定します。

Parameters:

appName - 設定する appName 値

Returns:

ImportLuFormatAppsOptionalParameter オブジェクト自体。

withThisclientacceptLanguage

public ImportLuFormatAppsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

thisclientacceptLanguage 値を設定します。

Parameters:

thisclientacceptLanguage - 設定する thisclientacceptLanguage 値

Returns:

ImportLuFormatAppsOptionalParameter オブジェクト自体。

適用対象