Class: Aws::LexModelsV2::Types::MessageGroup

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb

Overview

Provides one or more messages that Amazon Lex should send to the user.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageTypes::Message

The primary message that Amazon Lex should send to the user.

Returns:



11017
11018
11019
11020
11021
11022
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11017

class MessageGroup < Struct.new(
  :message,
  :variations)
  SENSITIVE = []
  include Aws::Structure
end

#variationsArray<Types::Message>

Message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user.

Returns:



11017
11018
11019
11020
11021
11022
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11017

class MessageGroup < Struct.new(
  :message,
  :variations)
  SENSITIVE = []
  include Aws::Structure
end