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

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


7495
7496
7497
7498
7499
7500
7501
7502
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7495

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)


7495
7496
7497
7498
7499
7500
7501
7502
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7495

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.



7495
7496
7497
7498
7499
7500
7501
7502
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7495

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.



7495
7496
7497
7498
7499
7500
7501
7502
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7495

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