Predictions.PredictionsResolveDefinitionStages.WithAllOptions Interface
public interface WithAllOptions
The stage of the definition which allows for any other optional settings to be specified.
Method Summary
Modifier and Type | Method and Description |
---|---|
PredictionsResolveDefinitionStages.WithExecute |
withBingSpellCheckSubscriptionKey(String bingSpellCheckSubscriptionKey)
The subscription key to use when enabling bing spell check. |
PredictionsResolveDefinitionStages.WithExecute |
withLog(Boolean log)
Log query (default is true). |
PredictionsResolveDefinitionStages.WithExecute |
withSpellCheck(Boolean spellCheck)
Enable spell checking. |
PredictionsResolveDefinitionStages.WithExecute |
withStaging(Boolean staging)
Use the staging endpoint slot. |
PredictionsResolveDefinitionStages.WithExecute |
withTimezoneOffset(Double timezoneOffset)
The timezone offset for the location of the request. |
PredictionsResolveDefinitionStages.WithExecute |
withVerbose(Boolean verbose)
If true, return all intents instead of just the top scoring intent. |
Method Details
withBingSpellCheckSubscriptionKey
public PredictionsResolveDefinitionStages.WithExecute withBingSpellCheckSubscriptionKey(String bingSpellCheckSubscriptionKey)
The subscription key to use when enabling bing spell check.
Parameters:
Returns:
withLog
public PredictionsResolveDefinitionStages.WithExecute withLog(Boolean log)
Log query (default is true).
Parameters:
Returns:
withSpellCheck
public PredictionsResolveDefinitionStages.WithExecute withSpellCheck(Boolean spellCheck)
Enable spell checking.
Parameters:
Returns:
withStaging
public PredictionsResolveDefinitionStages.WithExecute withStaging(Boolean staging)
Use the staging endpoint slot.
Parameters:
Returns:
withTimezoneOffset
public PredictionsResolveDefinitionStages.WithExecute withTimezoneOffset(Double timezoneOffset)
The timezone offset for the location of the request.
Parameters:
Returns:
withVerbose
public PredictionsResolveDefinitionStages.WithExecute withVerbose(Boolean verbose)
If true, return all intents instead of just the top scoring intent.
Parameters:
Returns:
Applies to
Azure SDK for Java