Class: Aws::LexModelsV2::Types::FulfillmentCodeHookSettings

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

Overview

Determines if a Lambda function should be invoked for a specific intent.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#activeBoolean

Determines whether the fulfillment code hook is used. When ‘active` is false, the code hook doesn’t run.

Returns:

  • (Boolean)


7568
7569
7570
7571
7572
7573
7574
7575
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7568

class FulfillmentCodeHookSettings < Struct.new(
  :enabled,
  :post_fulfillment_status_specification,
  :fulfillment_updates_specification,
  :active)
  SENSITIVE = []
  include Aws::Structure
end

#enabledBoolean

Indicates whether a Lambda function should be invoked to fulfill a specific intent.

Returns:

  • (Boolean)


7568
7569
7570
7571
7572
7573
7574
7575
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7568

class FulfillmentCodeHookSettings < Struct.new(
  :enabled,
  :post_fulfillment_status_specification,
  :fulfillment_updates_specification,
  :active)
  SENSITIVE = []
  include Aws::Structure
end

#fulfillment_updates_specificationTypes::FulfillmentUpdatesSpecification

Provides settings for update messages sent to the user for long-running Lambda fulfillment functions. Fulfillment updates can be used only with streaming conversations.



7568
7569
7570
7571
7572
7573
7574
7575
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7568

class FulfillmentCodeHookSettings < Struct.new(
  :enabled,
  :post_fulfillment_status_specification,
  :fulfillment_updates_specification,
  :active)
  SENSITIVE = []
  include Aws::Structure
end

#post_fulfillment_status_specificationTypes::PostFulfillmentStatusSpecification

Provides settings for messages sent to the user for after the Lambda fulfillment function completes. Post-fulfillment messages can be sent for both streaming and non-streaming conversations.



7568
7569
7570
7571
7572
7573
7574
7575
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7568

class FulfillmentCodeHookSettings < Struct.new(
  :enabled,
  :post_fulfillment_status_specification,
  :fulfillment_updates_specification,
  :active)
  SENSITIVE = []
  include Aws::Structure
end