Class: Aws::LexModelsV2::Types::InputContext

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

Overview

A context that must be active for an intent to be selected by Amazon Lex.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the context.

Returns:

  • (String)


8099
8100
8101
8102
8103
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 8099

class InputContext < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end