Class: Aws::Types::GetBuiltinIntentResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetBuiltinIntentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#signature ⇒ ::String
Returns the value of attribute signature.
-
#slots ⇒ ::Array[Types::BuiltinIntentSlot]
Returns the value of attribute slots.
-
#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")]
Returns the value of attribute supported_locales.
Instance Attribute Details
#signature ⇒ ::String
Returns the value of attribute signature.
368 369 370 |
# File 'sig/types.rbs', line 368 def signature @signature end |
#slots ⇒ ::Array[Types::BuiltinIntentSlot]
Returns the value of attribute slots.
370 371 372 |
# File 'sig/types.rbs', line 370 def slots @slots end |
#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")]
Returns the value of attribute supported_locales.
369 370 371 |
# File 'sig/types.rbs', line 369 def supported_locales @supported_locales end |