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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/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)


8026
8027
8028
8029
8030
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8026

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