Class: Aws::LexModelBuildingService::Types::InputContext

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

The name of the context.

Returns:

  • (String)


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