Class: Aws::Types::RcsSuggestedAction
- Inherits:
-
Object
- Object
- Aws::Types::RcsSuggestedAction
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: CreateCalendarEvent, DialPhone, OpenUrl, Reply, RequestLocation, ShowLocation, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_calendar_event ⇒ Types::RcsCreateCalendarEventAction
Returns the value of attribute create_calendar_event.
-
#dial_phone ⇒ Types::RcsDialPhoneAction
Returns the value of attribute dial_phone.
-
#open_url ⇒ Types::RcsOpenUrlAction
Returns the value of attribute open_url.
-
#reply ⇒ Types::RcsReplyAction
Returns the value of attribute reply.
-
#request_location ⇒ Types::RcsRequestLocationAction
Returns the value of attribute request_location.
-
#show_location ⇒ Types::RcsShowLocationAction
Returns the value of attribute show_location.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#create_calendar_event ⇒ Types::RcsCreateCalendarEventAction
Returns the value of attribute create_calendar_event.
1667 1668 1669 |
# File 'sig/types.rbs', line 1667 def create_calendar_event @create_calendar_event end |
#dial_phone ⇒ Types::RcsDialPhoneAction
Returns the value of attribute dial_phone.
1664 1665 1666 |
# File 'sig/types.rbs', line 1664 def dial_phone @dial_phone end |
#open_url ⇒ Types::RcsOpenUrlAction
Returns the value of attribute open_url.
1663 1664 1665 |
# File 'sig/types.rbs', line 1663 def open_url @open_url end |
#reply ⇒ Types::RcsReplyAction
Returns the value of attribute reply.
1662 1663 1664 |
# File 'sig/types.rbs', line 1662 def reply @reply end |
#request_location ⇒ Types::RcsRequestLocationAction
Returns the value of attribute request_location.
1666 1667 1668 |
# File 'sig/types.rbs', line 1666 def request_location @request_location end |
#show_location ⇒ Types::RcsShowLocationAction
Returns the value of attribute show_location.
1665 1666 1667 |
# File 'sig/types.rbs', line 1665 def show_location @show_location end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1668 1669 1670 |
# File 'sig/types.rbs', line 1668 def unknown @unknown end |