Class: Aws::LexModelBuildingService::Types::GetBuiltinIntentResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#signatureString

The unique identifier for a built-in intent.

Returns:

  • (String)


1552
1553
1554
1555
1556
1557
1558
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1552

class GetBuiltinIntentResponse < Struct.new(
  :signature,
  :supported_locales,
  :slots)
  SENSITIVE = []
  include Aws::Structure
end

#slotsArray<Types::BuiltinIntentSlot>

An array of BuiltinIntentSlot objects, one entry for each slot type in the intent.

Returns:



1552
1553
1554
1555
1556
1557
1558
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1552

class GetBuiltinIntentResponse < Struct.new(
  :signature,
  :supported_locales,
  :slots)
  SENSITIVE = []
  include Aws::Structure
end

#supported_localesArray<String>

A list of locales that the intent supports.

Returns:

  • (Array<String>)


1552
1553
1554
1555
1556
1557
1558
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1552

class GetBuiltinIntentResponse < Struct.new(
  :signature,
  :supported_locales,
  :slots)
  SENSITIVE = []
  include Aws::Structure
end