Class: Aws::PinpointSMSVoiceV2::Types::RcsCarouselCardContent

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

Overview

The content of a carousel card, including title, description, media, and card-level suggested actions. Media height is restricted to SHORT or MEDIUM.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description text of the carousel card. Maximum 2000 characters.

Returns:

  • (String)


6100
6101
6102
6103
6104
6105
6106
6107
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6100

class RcsCarouselCardContent < Struct.new(
  :title,
  :description,
  :media,
  :suggestions)
  SENSITIVE = []
  include Aws::Structure
end

#mediaTypes::RcsCarouselCardMedia

The media content of the carousel card. Media height is restricted to SHORT or MEDIUM (TALL is not supported in carousels).



6100
6101
6102
6103
6104
6105
6106
6107
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6100

class RcsCarouselCardContent < Struct.new(
  :title,
  :description,
  :media,
  :suggestions)
  SENSITIVE = []
  include Aws::Structure
end

#suggestionsArray<Types::RcsSuggestedAction>

Card-level suggested actions for this carousel card. Maximum 4 suggestions per card.

Returns:



6100
6101
6102
6103
6104
6105
6106
6107
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6100

class RcsCarouselCardContent < Struct.new(
  :title,
  :description,
  :media,
  :suggestions)
  SENSITIVE = []
  include Aws::Structure
end

#titleString

The title of the carousel card. Maximum 200 characters.

Returns:

  • (String)


6100
6101
6102
6103
6104
6105
6106
6107
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6100

class RcsCarouselCardContent < Struct.new(
  :title,
  :description,
  :media,
  :suggestions)
  SENSITIVE = []
  include Aws::Structure
end