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

#value ⇒ String

The string that is sent to your application.

Returns:

  • (String)


4965
4966
4967
4968
4969
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 4965

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