次の方法で共有


ResolveOptionalParameter クラス

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.language.luis.runtime.models.ResolveOptionalParameter

public class ResolveOptionalParameter

ResolveOptionalParameter モデル。

メソッドの概要

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

bingSpellCheckSubscriptionKey 値を取得します。

Boolean log()

ログ値を取得します。

Boolean spellCheck()

spellCheck 値を取得します。

Boolean staging()

ステージング値を取得します。

String thisclientacceptLanguage()

thisclientacceptLanguage 値を取得します。

Double timezoneOffset()

timezoneOffset 値を取得します。

Boolean verbose()

詳細値を取得します。

ResolveOptionalParameter withBingSpellCheckSubscriptionKey(String bingSpellCheckSubscriptionKey)

bingSpellCheckSubscriptionKey 値を設定します。

ResolveOptionalParameter withLog(Boolean log)

ログ値を設定します。

ResolveOptionalParameter withSpellCheck(Boolean spellCheck)

spellCheck 値を設定します。

ResolveOptionalParameter withStaging(Boolean staging)

ステージング値を設定します。

ResolveOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

thisclientacceptLanguage 値を設定します。

ResolveOptionalParameter withTimezoneOffset(Double timezoneOffset)

timezoneOffset 値を設定します。

ResolveOptionalParameter withVerbose(Boolean verbose)

詳細値を設定します。

メソッドの詳細

bingSpellCheckSubscriptionKey

public String bingSpellCheckSubscriptionKey()

bingSpellCheckSubscriptionKey 値を取得します。

Returns:

bingSpellCheckSubscriptionKey 値

log

public Boolean log()

ログ値を取得します。

Returns:

ログ値

spellCheck

public Boolean spellCheck()

spellCheck 値を取得します。

Returns:

spellCheck 値

staging

public Boolean staging()

ステージング値を取得します。

Returns:

ステージング値

thisclientacceptLanguage

public String thisclientacceptLanguage()

thisclientacceptLanguage 値を取得します。

Returns:

thisclientacceptLanguage 値

timezoneOffset

public Double timezoneOffset()

timezoneOffset 値を取得します。

Returns:

timezoneOffset 値

verbose

public Boolean verbose()

詳細値を取得します。

Returns:

詳細値

withBingSpellCheckSubscriptionKey

public ResolveOptionalParameter withBingSpellCheckSubscriptionKey(String bingSpellCheckSubscriptionKey)

bingSpellCheckSubscriptionKey 値を設定します。

Parameters:

bingSpellCheckSubscriptionKey - 設定する bingSpellCheckSubscriptionKey 値

Returns:

ResolveOptionalParameter オブジェクト自体。

withLog

public ResolveOptionalParameter withLog(Boolean log)

ログ値を設定します。

Parameters:

log - 設定するログ値

Returns:

ResolveOptionalParameter オブジェクト自体。

withSpellCheck

public ResolveOptionalParameter withSpellCheck(Boolean spellCheck)

spellCheck 値を設定します。

Parameters:

spellCheck - 設定する spellCheck 値

Returns:

ResolveOptionalParameter オブジェクト自体。

withStaging

public ResolveOptionalParameter withStaging(Boolean staging)

ステージング値を設定します。

Parameters:

staging - 設定するステージング値

Returns:

ResolveOptionalParameter オブジェクト自体。

withThisclientacceptLanguage

public ResolveOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

thisclientacceptLanguage 値を設定します。

Parameters:

thisclientacceptLanguage - 設定する thisclientacceptLanguage 値

Returns:

ResolveOptionalParameter オブジェクト自体。

withTimezoneOffset

public ResolveOptionalParameter withTimezoneOffset(Double timezoneOffset)

timezoneOffset 値を設定します。

Parameters:

timezoneOffset - 設定する timezoneOffset 値

Returns:

ResolveOptionalParameter オブジェクト自体。

withVerbose

public ResolveOptionalParameter withVerbose(Boolean verbose)

詳細値を設定します。

Parameters:

verbose - 設定する詳細値

Returns:

ResolveOptionalParameter オブジェクト自体。

適用対象