You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#signatureString

The unique identifier for a built-in intent.

Returns:

  • (String)

    The unique identifier for a built-in intent.

#slotsArray<Types::BuiltinIntentSlot>

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

Returns:

  • (Array<Types::BuiltinIntentSlot>)

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

#supported_localesArray<String>

A list of locales that the intent supports.

Returns:

  • (Array<String>)

    A list of locales that the intent supports.