Contents

RecommendationQueryKeywordSuggestionResponse

Response envelope returned by the keyword suggestions query endpoint, containing suggested keywords.

Declaration

object RecommendationQueryKeywordSuggestionResponse

Properties

NameTypeDescription
result[KeywordSuggestion]

The suggested keywords matching the query. Array of KeywordSuggestion. 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