Class: Aws::Types::SearchAssociatedTranscriptsResponse
- Inherits:
-
Object
- Object
- Aws::Types::SearchAssociatedTranscriptsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associated_transcripts ⇒ ::Array[Types::AssociatedTranscript]
Returns the value of attribute associated_transcripts.
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#bot_recommendation_id ⇒ ::String
Returns the value of attribute bot_recommendation_id.
-
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
-
#next_index ⇒ ::Integer
Returns the value of attribute next_index.
-
#total_results ⇒ ::Integer
Returns the value of attribute total_results.
Instance Attribute Details
#associated_transcripts ⇒ ::Array[Types::AssociatedTranscript]
Returns the value of attribute associated_transcripts.
2915 2916 2917 |
# File 'sig/types.rbs', line 2915 def associated_transcripts @associated_transcripts end |
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
2910 2911 2912 |
# File 'sig/types.rbs', line 2910 def bot_id @bot_id end |
#bot_recommendation_id ⇒ ::String
Returns the value of attribute bot_recommendation_id.
2913 2914 2915 |
# File 'sig/types.rbs', line 2913 def bot_recommendation_id @bot_recommendation_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
2911 2912 2913 |
# File 'sig/types.rbs', line 2911 def bot_version @bot_version end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
2912 2913 2914 |
# File 'sig/types.rbs', line 2912 def locale_id @locale_id end |
#next_index ⇒ ::Integer
Returns the value of attribute next_index.
2914 2915 2916 |
# File 'sig/types.rbs', line 2914 def next_index @next_index end |
#total_results ⇒ ::Integer
Returns the value of attribute total_results.
2916 2917 2918 |
# File 'sig/types.rbs', line 2916 def total_results @total_results end |