Class: Aws::LexModelsV2::Types::InputSessionStateSpecification

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

Overview

Specifications for the current state of the dialog between the user and the bot in the test set.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#active_contextsArray<Types::ActiveContext>

Active contexts for the session state.

Returns:



8049
8050
8051
8052
8053
8054
8055
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8049

class InputSessionStateSpecification < Struct.new(
  :session_attributes,
  :active_contexts,
  :runtime_hints)
  SENSITIVE = []
  include Aws::Structure
end

#runtime_hintsTypes::RuntimeHints

Runtime hints for the session state.

Returns:



8049
8050
8051
8052
8053
8054
8055
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8049

class InputSessionStateSpecification < Struct.new(
  :session_attributes,
  :active_contexts,
  :runtime_hints)
  SENSITIVE = []
  include Aws::Structure
end

#session_attributesHash<String,String>

Session attributes for the session state.

Returns:

  • (Hash<String,String>)


8049
8050
8051
8052
8053
8054
8055
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8049

class InputSessionStateSpecification < Struct.new(
  :session_attributes,
  :active_contexts,
  :runtime_hints)
  SENSITIVE = []
  include Aws::Structure
end