Class: Aws::LexModelsV2::Types::CustomPayload
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::CustomPayload
 
 
- 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
- 
  
    
      #value  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The string that is sent to your application.
 
Instance Attribute Details
#value ⇒ String
The string that is sent to your application.
      4716 4717 4718 4719 4720  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 4716 class CustomPayload < Struct.new( :value) SENSITIVE = [] include Aws::Structure end  |