Class: Aws::LexModelsV2::Types::InputContext
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::InputContext
- 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
-
#name ⇒ String
The name of the context.
Instance Attribute Details
#name ⇒ String
The name of the context.
8099 8100 8101 8102 8103 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 8099 class InputContext < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |