Predictions.PredictionsResolveDefinitionStages.WithExecute インターフェイス
public interface WithExecute extends Predictions.PredictionsResolveDefinitionStages.WithAllOptions
操作呼び出しを行う定義の最後のステージ。
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
Luis |
execute()
要求を実行します。 |
Observable<Luis |
executeAsync()
要求を非同期的に実行します。 |
継承メンバー
Predictions.PredictionsResolveDefinitionStages.WithAllOptions.withBingSpellCheckSubscriptionKey(String bingSpellCheckSubscriptionKey)
Predictions.PredictionsResolveDefinitionStages.WithAllOptions.withLog(Boolean log)
Predictions.PredictionsResolveDefinitionStages.WithAllOptions.withSpellCheck(Boolean spellCheck)
Predictions.PredictionsResolveDefinitionStages.WithAllOptions.withStaging(Boolean staging)
Predictions.PredictionsResolveDefinitionStages.WithAllOptions.withTimezoneOffset(Double timezoneOffset)
Predictions.PredictionsResolveDefinitionStages.WithAllOptions.withVerbose(Boolean verbose)
メソッドの詳細
execute
public LuisResult execute()
要求を実行します。
Returns:
成功した場合は LuisResult オブジェクト。
executeAsync
public Observable
要求を非同期的に実行します。
Returns:
LuisResult オブジェクトに対して監視可能な
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java