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.
1698 1699 1700 |
# File 'sig/types.rbs', line 1698 def create_calendar_event @create_calendar_event end |
#dial_phone ⇒ Types::RcsDialPhoneAction
Returns the value of attribute dial_phone.
1695 1696 1697 |
# File 'sig/types.rbs', line 1695 def dial_phone @dial_phone end |
#open_url ⇒ Types::RcsOpenUrlAction
Returns the value of attribute open_url.
1694 1695 1696 |
# File 'sig/types.rbs', line 1694 def open_url @open_url end |
#reply ⇒ Types::RcsReplyAction
Returns the value of attribute reply.
1693 1694 1695 |
# File 'sig/types.rbs', line 1693 def reply @reply end |
#request_location ⇒ Types::RcsRequestLocationAction
Returns the value of attribute request_location.
1697 1698 1699 |
# File 'sig/types.rbs', line 1697 def request_location @request_location end |
#show_location ⇒ Types::RcsShowLocationAction
Returns the value of attribute show_location.
1696 1697 1698 |
# File 'sig/types.rbs', line 1696 def show_location @show_location end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1699 1700 1701 |
# File 'sig/types.rbs', line 1699 def unknown @unknown end |