Class: Aws::LexModelsV2::Types::DialogCodeHookSettings

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

Overview

Settings that determine the Lambda function that Amazon Lex uses for processing user responses.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Enables the dialog code hook so that it processes user requests.

Returns:

  • (Boolean)


7251
7252
7253
7254
7255
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7251

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