RcsSuggestedAction
A suggested action displayed to the RCS message recipient. Can be a reply, open URL, dial phone, show location, request location, or create calendar event.
Contents
Important
This data type is a UNION, so only one of the following members can be specified when used or returned.
- CreateCalendarEvent
-
A suggested action that creates a calendar event on the user's device.
Type: RcsCreateCalendarEventAction object
Required: No
- DialPhone
-
A suggested action that initiates a phone call to the specified number.
Type: RcsDialPhoneAction object
Required: No
- OpenUrl
-
A suggested action that opens a URL in the user's browser or a webview.
Type: RcsOpenUrlAction object
Required: No
- Reply
-
A suggested reply that sends predefined text and postback data when tapped.
Type: RcsReplyAction object
Required: No
- RequestLocation
-
A suggested action that requests the user's current location.
Type: RcsRequestLocationAction object
Required: No
- ShowLocation
-
A suggested action that shows a location on a map.
Type: RcsShowLocationAction object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: