RecommendationQueryKeywordSuggestionResponse
Response envelope returned by the keyword suggestions query endpoint, containing suggested keywords.
Declaration
object RecommendationQueryKeywordSuggestionResponseProperties
| Name | Type | Description |
|---|---|---|
result | [KeywordSuggestion] | The suggested keywords matching the query. Array of KeywordSuggestion. Read-only. |
pagination | RecommendationResponsePagination | Pagination metadata for the result set. See ResponsePagination. Read-only. |
error | RecommendationResponseError | Error details when the request fails. Absent on success. See ResponseError. Read-only. |