ResolveOptionalParameter クラス
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. runtime. models. ResolveOptionalParameter
- com.
public class ResolveOptionalParameter
ResolveOptionalParameter モデル。
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
String |
bingSpellCheckSubscriptionKey()
bingSpellCheckSubscriptionKey 値を取得します。 |
Boolean |
log()
ログ値を取得します。 |
Boolean |
spellCheck()
spellCheck 値を取得します。 |
Boolean |
staging()
ステージング値を取得します。 |
String |
thisclientacceptLanguage()
thisclientacceptLanguage 値を取得します。 |
Double |
timezoneOffset()
timezoneOffset 値を取得します。 |
Boolean |
verbose()
詳細値を取得します。 |
Resolve |
withBingSpellCheckSubscriptionKey(String bingSpellCheckSubscriptionKey)
bingSpellCheckSubscriptionKey 値を設定します。 |
Resolve |
withLog(Boolean log)
ログ値を設定します。 |
Resolve |
withSpellCheck(Boolean spellCheck)
spellCheck 値を設定します。 |
Resolve |
withStaging(Boolean staging)
ステージング値を設定します。 |
Resolve |
withThisclientacceptLanguage(String thisclientacceptLanguage)
thisclientacceptLanguage 値を設定します。 |
Resolve |
withTimezoneOffset(Double timezoneOffset)
timezoneOffset 値を設定します。 |
Resolve |
withVerbose(Boolean verbose)
詳細値を設定します。 |
メソッドの詳細
bingSpellCheckSubscriptionKey
public String bingSpellCheckSubscriptionKey()
bingSpellCheckSubscriptionKey 値を取得します。
Returns:
log
public Boolean log()
ログ値を取得します。
Returns:
spellCheck
public Boolean spellCheck()
spellCheck 値を取得します。
Returns:
staging
public Boolean staging()
ステージング値を取得します。
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
thisclientacceptLanguage 値を取得します。
Returns:
timezoneOffset
public Double timezoneOffset()
timezoneOffset 値を取得します。
Returns:
verbose
public Boolean verbose()
詳細値を取得します。
Returns:
withBingSpellCheckSubscriptionKey
public ResolveOptionalParameter withBingSpellCheckSubscriptionKey(String bingSpellCheckSubscriptionKey)
bingSpellCheckSubscriptionKey 値を設定します。
Parameters:
Returns:
withLog
public ResolveOptionalParameter withLog(Boolean log)
ログ値を設定します。
Parameters:
Returns:
withSpellCheck
public ResolveOptionalParameter withSpellCheck(Boolean spellCheck)
spellCheck 値を設定します。
Parameters:
Returns:
withStaging
public ResolveOptionalParameter withStaging(Boolean staging)
ステージング値を設定します。
Parameters:
Returns:
withThisclientacceptLanguage
public ResolveOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
thisclientacceptLanguage 値を設定します。
Parameters:
Returns:
withTimezoneOffset
public ResolveOptionalParameter withTimezoneOffset(Double timezoneOffset)
timezoneOffset 値を設定します。
Parameters:
Returns:
withVerbose
public ResolveOptionalParameter withVerbose(Boolean verbose)
詳細値を設定します。
Parameters:
Returns:
適用対象
Azure SDK for Java