| Name | Type | Description | Notes |
|---|---|---|---|
| text | string | The text associated with the suggestion response. | [optional] [default to undefined] |
| postbackData | string | Base64 payload the customer receives when the reply is clicked. | [optional] [default to undefined] |
import { RbmSuggestionResponse } from 'bandwidth-sdk';
const instance: RbmSuggestionResponse = {
text,
postbackData,
};