Class: Aws::Types::RcsSuggestedAction

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: CreateCalendarEvent, DialPhone, OpenUrl, Reply, RequestLocation, ShowLocation, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#create_calendar_eventTypes::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_phoneTypes::RcsDialPhoneAction

Returns the value of attribute dial_phone.



1664
1665
1666
# File 'sig/types.rbs', line 1664

def dial_phone
  @dial_phone
end

#open_urlTypes::RcsOpenUrlAction

Returns the value of attribute open_url.



1663
1664
1665
# File 'sig/types.rbs', line 1663

def open_url
  @open_url
end

#replyTypes::RcsReplyAction

Returns the value of attribute reply.



1662
1663
1664
# File 'sig/types.rbs', line 1662

def reply
  @reply
end

#request_locationTypes::RcsRequestLocationAction

Returns the value of attribute request_location.



1666
1667
1668
# File 'sig/types.rbs', line 1666

def request_location
  @request_location
end

#show_locationTypes::RcsShowLocationAction

Returns the value of attribute show_location.



1665
1666
1667
# File 'sig/types.rbs', line 1665

def show_location
  @show_location
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1668
1669
1670
# File 'sig/types.rbs', line 1668

def unknown
  @unknown
end