Class: Aws::PinpointSMSVoiceV2::Types::RcsRequestLocationAction

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpointsmsvoicev2/types.rb

Overview

A suggested action that requests the recipient's current location.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#postback_data ⇒ String

The postback data sent to your webhook when the user taps this action. Maximum 2048 characters.

Returns:

  • (String)


6679
6680
6681
6682
6683
6684
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6679

class RcsRequestLocationAction < Struct.new(
  :text,
  :postback_data)
  SENSITIVE = []
  include Aws::Structure
end

#text ⇒ String

The display text of the action. Maximum 25 characters.

Returns:

  • (String)


6679
6680
6681
6682
6683
6684
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6679

class RcsRequestLocationAction < Struct.new(
  :text,
  :postback_data)
  SENSITIVE = []
  include Aws::Structure
end