Module: Aws::LexModelsV2::Client::_GenerateBotElementResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GenerateBotElementResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bot_id ⇒ ::String
- #bot_version ⇒ ::String
- #intent_id ⇒ ::String
- #locale_id ⇒ ::String
- #sample_utterances ⇒ ::Array[Types::SampleUtterance]
Instance Method Details
#bot_id ⇒ ::String
1161 |
# File 'sig/client.rbs', line 1161 def bot_id: () -> ::String |
#bot_version ⇒ ::String
1162 |
# File 'sig/client.rbs', line 1162 def bot_version: () -> ::String |
#intent_id ⇒ ::String
1164 |
# File 'sig/client.rbs', line 1164 def intent_id: () -> ::String |
#locale_id ⇒ ::String
1163 |
# File 'sig/client.rbs', line 1163 def locale_id: () -> ::String |
#sample_utterances ⇒ ::Array[Types::SampleUtterance]
1165 |
# File 'sig/client.rbs', line 1165 def sample_utterances: () -> ::Array[Types::SampleUtterance] |