Class: Aws::LexModelBuildingService::Types::InputContext
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::InputContext
- Defined in:
- gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
The name of 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.
2419 2420 2421 2422 2423 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2419 class InputContext < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |