[[["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."],[[["This document describes the `AutoSuggestionServiceBase` class, which serves as the foundation for server-side implementations of the `AutoSuggestionService` within the Google.Cloud.DataQnA.V1Alpha namespace."],["The class inherits from the base `Object` class and includes inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `SuggestQueries` method, part of the `AutoSuggestionServiceBase`, retrieves suggestions based on a provided prefix string and should have a response time under one second."],["The `SuggestQueries` method's parameters include `SuggestQueriesRequest`, which is the request from the client, and `ServerCallContext`, the server-side call handler context."],["The `SuggestQueries` method will return a task of `SuggestQueriesResponse` to the client, as a response to their query."]]],[]]