RecommendationQueryPhraseSuggestionResponse
Response envelope returned by the phrase suggestions query endpoint, containing suggested phrases.
Declaration
object RecommendationQueryPhraseSuggestionResponseProperties
| Name | Type | Description |
|---|---|---|
result | [PhraseSuggestion] | The suggested phrases matching the query. Array of PhraseSuggestion. 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. |