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

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


7178
7179
7180
7181
7182
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7178

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