DesPartSearchInferenceResult
Represents inferred part search criteria.
type DesPartSearchInferenceResult {
attributes: [DesPartSearchInferenceSuggestedAttribute!]!
category: DesPartCategory
manufacturer: DesPartCompany
normalizedQuery: String!
strippedQuery: String!
strippedSpans: [DesPartSearchInferenceStrippedSpan!]!
suggestedCategories: [DesPartSearchInferenceCategorySuggestion!]!
}
Fields
DesPartSearchInferenceResult.attributes ● [DesPartSearchInferenceSuggestedAttribute!]! non-null object
Attributes inferred for this query.
DesPartSearchInferenceResult.category ● DesPartCategory object
Category inferred for this query.
DesPartSearchInferenceResult.manufacturer ● DesPartCompany object
Manufacturer inferred for this query.
DesPartSearchInferenceResult.normalizedQuery ● String! non-null scalar
Normalized original query string used for inference.
DesPartSearchInferenceResult.strippedQuery ● String! non-null scalar
Query string with inferred terms removed.
DesPartSearchInferenceResult.strippedSpans ● [DesPartSearchInferenceStrippedSpan!]! non-null object
Positions of removed inferred terms mapped to attribute short names.
DesPartSearchInferenceResult.suggestedCategories ● [DesPartSearchInferenceCategorySuggestion!]! non-null object
Category suggestions related to this query.