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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/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)


4643
4644
4645
4646
4647
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 4643

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