Class: Aws::LexModelsV2::Types::ElicitationCodeHookInvocationSetting

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

Overview

Settings that specify the dialog code hook that is called by Amazon Lex between eliciting slot values.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enable_code_hook_invocationBoolean

Indicates whether a Lambda function should be invoked for the dialog.

Returns:

  • (Boolean)


7226
7227
7228
7229
7230
7231
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7226

class ElicitationCodeHookInvocationSetting < Struct.new(
  :enable_code_hook_invocation,
  :invocation_label)
  SENSITIVE = []
  include Aws::Structure
end

#invocation_labelString

A label that indicates the dialog step from which the dialog code hook is happening.

Returns:

  • (String)


7226
7227
7228
7229
7230
7231
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7226

class ElicitationCodeHookInvocationSetting < Struct.new(
  :enable_code_hook_invocation,
  :invocation_label)
  SENSITIVE = []
  include Aws::Structure
end