Class: Aws::LexModelsV2::Types::FulfillmentUpdateResponseSpecification

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

Overview

Provides settings for a message that is sent periodically to the user while a fulfillment Lambda function is running.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allow_interruptBoolean

Determines whether the user can interrupt an update message while it is playing.

Returns:

  • (Boolean)


7186
7187
7188
7189
7190
7191
7192
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7186

class FulfillmentUpdateResponseSpecification < Struct.new(
  :frequency_in_seconds,
  :message_groups,
  :allow_interrupt)
  SENSITIVE = []
  include Aws::Structure
end

#frequency_in_secondsInteger

The frequency that a message is sent to the user. When the period ends, Amazon Lex chooses a message from the message groups and plays it to the user. If the fulfillment Lambda returns before the first period ends, an update message is not played to the user.

Returns:

  • (Integer)


7186
7187
7188
7189
7190
7191
7192
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7186

class FulfillmentUpdateResponseSpecification < Struct.new(
  :frequency_in_seconds,
  :message_groups,
  :allow_interrupt)
  SENSITIVE = []
  include Aws::Structure
end

#message_groupsArray<Types::MessageGroup>

1 - 5 message groups that contain update messages. Amazon Lex chooses one of the messages to play to the user.

Returns:



7186
7187
7188
7189
7190
7191
7192
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7186

class FulfillmentUpdateResponseSpecification < Struct.new(
  :frequency_in_seconds,
  :message_groups,
  :allow_interrupt)
  SENSITIVE = []
  include Aws::Structure
end