Class: Aws::LexModelBuildingService::Types::Message

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

Overview

The message object that provides the message text and its type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contentString

The text of the message.

Returns:

  • (String)


2674
2675
2676
2677
2678
2679
2680
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2674

class Message < Struct.new(
  :content_type,
  :content,
  :group_number)
  SENSITIVE = []
  include Aws::Structure
end

#content_typeString

The content type of the message string.

Returns:

  • (String)


2674
2675
2676
2677
2678
2679
2680
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2674

class Message < Struct.new(
  :content_type,
  :content,
  :group_number)
  SENSITIVE = []
  include Aws::Structure
end

#group_numberInteger

Identifies the message group that the message belongs to. When a group is assigned to a message, Amazon Lex returns one message from each group in the response.

Returns:

  • (Integer)


2674
2675
2676
2677
2678
2679
2680
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2674

class Message < Struct.new(
  :content_type,
  :content,
  :group_number)
  SENSITIVE = []
  include Aws::Structure
end