Class: Aws::LexModelsV2::Types::ResponseSpecification

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

Overview

Specifies a list of message groups that Amazon Lex uses to respond the user input.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allow_interruptBoolean

Indicates whether the user can interrupt a speech response from Amazon Lex.

Returns:

  • (Boolean)


11666
11667
11668
11669
11670
11671
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11666

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

#message_groupsArray<Types::MessageGroup>

A collection of responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime.

Returns:



11666
11667
11668
11669
11670
11671
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11666

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