Class: Aws::LexModelBuildingService::Types::Statement

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

Overview

A collection of messages that convey information to the user. At runtime, Amazon Lex selects the message to convey.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messagesArray<Types::Message>

A collection of message objects.

Returns:



4416
4417
4418
4419
4420
4421
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 4416

class Statement < Struct.new(
  :messages,
  :response_card)
  SENSITIVE = []
  include Aws::Structure
end

#response_cardString

At runtime, if the client is using the [PostText] API, Amazon Lex includes the response card in the response. It substitutes all of the session attributes and slot values for placeholders in the response card.

[1]: docs.aws.amazon.com/lex/latest/dg/API_runtime_PostText.html

Returns:

  • (String)


4416
4417
4418
4419
4420
4421
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 4416

class Statement < Struct.new(
  :messages,
  :response_card)
  SENSITIVE = []
  include Aws::Structure
end