Class: Aws::LexModelsV2::Types::DialogCodeHookInvocationSetting

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

Overview

Settings that specify the dialog code hook that is called by Amazon Lex at a step of the conversation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#activeBoolean

Determines whether a dialog code hook is used when the intent is activated.

Returns:

  • (Boolean)


7233
7234
7235
7236
7237
7238
7239
7240
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7233

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

#enable_code_hook_invocationBoolean

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

Returns:

  • (Boolean)


7233
7234
7235
7236
7237
7238
7239
7240
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7233

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

#invocation_labelString

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

Returns:

  • (String)


7233
7234
7235
7236
7237
7238
7239
7240
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7233

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

#post_code_hook_specificationTypes::PostDialogCodeHookInvocationSpecification

Contains the responses and actions that Amazon Lex takes after the Lambda function is complete.



7233
7234
7235
7236
7237
7238
7239
7240
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7233

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