Module: Aws::LexModelsV2::Client::_SearchAssociatedTranscriptsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::SearchAssociatedTranscriptsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #associated_transcripts ⇒ ::Array[Types::AssociatedTranscript]
- #bot_id ⇒ ::String
- #bot_recommendation_id ⇒ ::String
- #bot_version ⇒ ::String
- #locale_id ⇒ ::String
- #next_index ⇒ ::Integer
- #total_results ⇒ ::Integer
Instance Method Details
#associated_transcripts ⇒ ::Array[Types::AssociatedTranscript]
1962 |
# File 'sig/client.rbs', line 1962
def associated_transcripts: () -> ::Array[Types::AssociatedTranscript]
|
#bot_id ⇒ ::String
1957 |
# File 'sig/client.rbs', line 1957
def bot_id: () -> ::String
|
#bot_recommendation_id ⇒ ::String
1960 |
# File 'sig/client.rbs', line 1960
def bot_recommendation_id: () -> ::String
|
#bot_version ⇒ ::String
1958 |
# File 'sig/client.rbs', line 1958
def bot_version: () -> ::String
|
#locale_id ⇒ ::String
1959 |
# File 'sig/client.rbs', line 1959
def locale_id: () -> ::String
|
#next_index ⇒ ::Integer
1961 |
# File 'sig/client.rbs', line 1961
def next_index: () -> ::Integer
|
#total_results ⇒ ::Integer
1963 |
# File 'sig/client.rbs', line 1963
def total_results: () -> ::Integer
|