次の方法で共有


Predictions.PredictionsResolveDefinitionStages.WithAllOptions インターフェイス

public interface WithAllOptions

その他のオプション設定を指定できる定義のステージ。

メソッドの概要

修飾子と型 メソッドと説明
PredictionsResolveDefinitionStages.WithExecute withBingSpellCheckSubscriptionKey(String bingSpellCheckSubscriptionKey)

bing spell チェックを有効にするときに使用するサブスクリプション キー。

PredictionsResolveDefinitionStages.WithExecute withLog(Boolean log)

ログ クエリ (既定値は true)。

PredictionsResolveDefinitionStages.WithExecute withSpellCheck(Boolean spellCheck)

スペル チェックを有効にします。

PredictionsResolveDefinitionStages.WithExecute withStaging(Boolean staging)

ステージング エンドポイント スロットを使用します。

PredictionsResolveDefinitionStages.WithExecute withTimezoneOffset(Double timezoneOffset)

要求の場所のタイムゾーン オフセット。

PredictionsResolveDefinitionStages.WithExecute withVerbose(Boolean verbose)

true の場合は、上位のスコアリング意図ではなく、すべての意図を返します。

メソッドの詳細

withBingSpellCheckSubscriptionKey

public PredictionsResolveDefinitionStages.WithExecute withBingSpellCheckSubscriptionKey(String bingSpellCheckSubscriptionKey)

bing spell チェックを有効にするときに使用するサブスクリプション キー。

Parameters:

bingSpellCheckSubscriptionKey

Returns:

次の定義ステージ

withLog

public PredictionsResolveDefinitionStages.WithExecute withLog(Boolean log)

ログ クエリ (既定値は true)。

Parameters:

log

Returns:

次の定義ステージ

withSpellCheck

public PredictionsResolveDefinitionStages.WithExecute withSpellCheck(Boolean spellCheck)

スペル チェックを有効にします。

Parameters:

spellCheck

Returns:

次の定義ステージ

withStaging

public PredictionsResolveDefinitionStages.WithExecute withStaging(Boolean staging)

ステージング エンドポイント スロットを使用します。

Parameters:

staging

Returns:

次の定義ステージ

withTimezoneOffset

public PredictionsResolveDefinitionStages.WithExecute withTimezoneOffset(Double timezoneOffset)

要求の場所のタイムゾーン オフセット。

Parameters:

timezoneOffset

Returns:

次の定義ステージ

withVerbose

public PredictionsResolveDefinitionStages.WithExecute withVerbose(Boolean verbose)

true の場合は、上位のスコアリング意図ではなく、すべての意図を返します。

Parameters:

verbose

Returns:

次の定義ステージ

適用対象