次の方法で共有


ImportLuFormatVersionsOptionalParameter クラス

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

public class ImportLuFormatVersionsOptionalParameter

ImportLuFormatVersionsOptionalParameter モデル。

メソッドの概要

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

thisclientacceptLanguage 値を取得します。

String versionId()

versionId 値を取得します。

ImportLuFormatVersionsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

thisclientacceptLanguage 値を設定します。

ImportLuFormatVersionsOptionalParameter withVersionId(String versionId)

versionId 値を設定します。

メソッドの詳細

thisclientacceptLanguage

public String thisclientacceptLanguage()

thisclientacceptLanguage 値を取得します。

Returns:

thisclientacceptLanguage 値

versionId

public String versionId()

versionId 値を取得します。

Returns:

versionId 値

withThisclientacceptLanguage

public ImportLuFormatVersionsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

thisclientacceptLanguage 値を設定します。

Parameters:

thisclientacceptLanguage - 設定する thisclientacceptLanguage 値

Returns:

ImportLuFormatVersionsOptionalParameter オブジェクト自体。

withVersionId

public ImportLuFormatVersionsOptionalParameter withVersionId(String versionId)

versionId 値を設定します。

Parameters:

versionId - 設定する versionId 値

Returns:

ImportLuFormatVersionsOptionalParameter オブジェクト自体。

適用対象