Class: Aws::LexModelsV2::Types::CustomPayload

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

Overview

A custom response string that Amazon Lex sends to your application. You define the content and structure the string.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#valueString

The string that is sent to your application.

Returns:

  • (String)


4716
4717
4718
4719
4720
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 4716

class CustomPayload < Struct.new(
  :value)
  SENSITIVE = []
  include Aws::Structure
end