Class: Aws::LexModelBuildingService::Types::BuiltinIntentSlot

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb

Overview

Provides information about a slot used in a built-in intent.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

A list of the slots defined for the intent.

Returns:

  • (String)


241
242
243
244
245
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 241

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