Home > @poq/sdk-sfcc > SuggestedPhrase
Document representing a suggested search phrase.
Signature:
export declare class SuggestedPhrase extends BaseModel<SuggestedPhrase>
Extends: BaseModel<SuggestedPhrase
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(params) | Constructs a new instance of the SuggestedPhrase class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| exactMatch? | boolean | (Optional) Returns whether this suggested phrase exactly matches the user input search phrase. | |
| phrase? | string | (Optional) Returns the suggested search phrase. |