## Package: dw.suggest

# Class SuggestedProduct

## Inheritance Hierarchy

- Object
  - dw.suggest.SuggestedProduct

## Description

This class represents a suggested product. Use getProductSearchHit() method to get access to the actual ProductSearchHit object.

## Properties

### productSearchHit

**Type:** ProductSearchHit (Read Only)

This method returns the actual ProductSearchHit object
 corresponding to this suggested product.

## Constructor Summary

## Method Summary

### getProductSearchHit

**Signature:** `getProductSearchHit() : ProductSearchHit`

This method returns the actual ProductSearchHit object corresponding to this suggested product.

## Method Detail

## Method Details

### getProductSearchHit

**Signature:** `getProductSearchHit() : ProductSearchHit`

**Description:** This method returns the actual ProductSearchHit object corresponding to this suggested product.

**Returns:**

the product search hit corresponding to this suggested product

---