Module: Aws::LexModelBuildingService::Client::_GetBuiltinIntentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetBuiltinIntentResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #signature ⇒ ::String
- #slots ⇒ ::Array[Types::BuiltinIntentSlot]
- #supported_locales ⇒ ::Array[("de-DE" | "en-AU" | "en-GB" | "en-IN" | "en-US" | "es-419" | "es-ES" | "es-US" | "fr-FR" | "fr-CA" | "it-IT" | "ja-JP" | "ko-KR")]
Instance Method Details
#signature ⇒ ::String
340 |
# File 'sig/client.rbs', line 340
def signature: () -> ::String
|
#slots ⇒ ::Array[Types::BuiltinIntentSlot]
342 |
# File 'sig/client.rbs', line 342
def slots: () -> ::Array[Types::BuiltinIntentSlot]
|
#supported_locales ⇒ ::Array[("de-DE" | "en-AU" | "en-GB" | "en-IN" | "en-US" | "es-419" | "es-ES" | "es-US" | "fr-FR" | "fr-CA" | "it-IT" | "ja-JP" | "ko-KR")]
341 |
# File 'sig/client.rbs', line 341
def supported_locales: () -> ::Array[("de-DE" | "en-AU" | "en-GB" | "en-IN" | "en-US" | "es-419" | "es-ES" | "es-US" | "fr-FR" | "fr-CA" | "it-IT" | "ja-JP" | "ko-KR")]
|