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
1156 |
# File 'sig/client.rbs', line 1156
def bot_id: () -> ::String
|
#bot_version ⇒ ::String
1157 |
# File 'sig/client.rbs', line 1157
def bot_version: () -> ::String
|
#intent_id ⇒ ::String
1159 |
# File 'sig/client.rbs', line 1159
def intent_id: () -> ::String
|
#locale_id ⇒ ::String
1158 |
# File 'sig/client.rbs', line 1158
def locale_id: () -> ::String
|
#sample_utterances ⇒ ::Array[Types::SampleUtterance]
1160 |
# File 'sig/client.rbs', line 1160
def sample_utterances: () -> ::Array[Types::SampleUtterance]
|