public CallSettings SuggestQueriesSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
AutoSuggestionServiceClient.SuggestQueries and AutoSuggestionServiceClient.SuggestQueriesAsync
.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["`AutoSuggestionServiceSettings` configures settings for `AutoSuggestionServiceClient` instances, a class designed for handling auto-suggestion features."],["This class inherits from `ServiceSettingsBase` and `Object`, incorporating methods such as `GetHashCode`, `GetType`, and `ToString`, in addition to it's own."],["The `SuggestQueriesSettings` property within `AutoSuggestionServiceSettings` allows you to define call settings, like no retries and a timeout of 2 seconds, for the `SuggestQueries` and `SuggestQueriesAsync` functions."],["You can create a new object with default settings by using `AutoSuggestionServiceSettings()`, and you can clone an object with the `Clone()` method or retrieve a default instance with the `GetDefault()` method."],["The latest version of `AutoSuggestionServiceSettings` is 2.0.0-alpha02, but this page specifically describes the 1.0.0-alpha03 version."]]],[]]