Home > @poq/sdk-sfcc > SuggestedTerms
Document representing a list of suggested terms for each term of a search phrase.
Signature:
export declare class SuggestedTerms extends BaseModel<SuggestedTerms>
Extends: BaseModel<SuggestedTerms
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(params) | Constructs a new instance of the SuggestedTerms class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| originalTerm? | string | (Optional) Returns the original term that the suggested terms relates to. | |
| terms? | Array<SuggestedTerm> | (Optional) Returns the suggested terms. |