Contents

RecommendationQueryPhraseSuggestionResponse

Response envelope returned by the phrase suggestions query endpoint, containing suggested phrases.

Declaration

object RecommendationQueryPhraseSuggestionResponse

Properties

NameTypeDescription
result[PhraseSuggestion]

The suggested phrases matching the query. Array of PhraseSuggestion. Read-only.

paginationRecommendationResponsePagination

Pagination metadata for the result set. See ResponsePagination. Read-only.

errorRecommendationResponseError

Error details when the request fails. Absent on success. See ResponseError. Read-only.

See Also