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]
1967 |
# File 'sig/client.rbs', line 1967
def associated_transcripts: () -> ::Array[Types::AssociatedTranscript]
|
#bot_id ⇒ ::String
1962 |
# File 'sig/client.rbs', line 1962
def bot_id: () -> ::String
|
#bot_recommendation_id ⇒ ::String
1965 |
# File 'sig/client.rbs', line 1965
def bot_recommendation_id: () -> ::String
|
#bot_version ⇒ ::String
1963 |
# File 'sig/client.rbs', line 1963
def bot_version: () -> ::String
|
#locale_id ⇒ ::String
1964 |
# File 'sig/client.rbs', line 1964
def locale_id: () -> ::String
|
#next_index ⇒ ::Integer
1966 |
# File 'sig/client.rbs', line 1966
def next_index: () -> ::Integer
|
#total_results ⇒ ::Integer
1968 |
# File 'sig/client.rbs', line 1968
def total_results: () -> ::Integer
|