UNPKG

sfcc-dev-mcp

Version:

MCP server for Salesforce B2C Commerce Cloud development assistance including logs, debugging, and development tools

70 lines (36 loc) 1.18 kB
## Package: dw.suggest # Class SuggestedPhrase ## Inheritance Hierarchy - Object - dw.suggest.SuggestedPhrase ## Description This class represents a suggested phrase. Use getPhrase() method to get access to the phrase. ## Properties ### exactMatch **Type:** boolean (Read Only) This method returns a flag signaling whether this phrase is a exact match. ### phrase **Type:** String (Read Only) This method returns the actual phrase as a string value. ## Constructor Summary ## Method Summary ### getPhrase **Signature:** `getPhrase() : String` This method returns the actual phrase as a string value. ### isExactMatch **Signature:** `isExactMatch() : boolean` This method returns a flag signaling whether this phrase is a exact match. ## Method Detail ## Method Details ### getPhrase **Signature:** `getPhrase() : String` **Description:** This method returns the actual phrase as a string value. **Returns:** the phrase --- ### isExactMatch **Signature:** `isExactMatch() : boolean` **Description:** This method returns a flag signaling whether this phrase is a exact match. **Returns:** true if this phrase is a exact match, false otherwise ---