Class: Aws::Types::SearchAssociatedTranscriptsRequest
- Inherits:
-
Object
- Object
- Aws::Types::SearchAssociatedTranscriptsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#filters ⇒ ::Array[Types::AssociatedTranscriptFilter]
Returns the value of attribute filters.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_index ⇒ ::Integer
Returns the value of attribute next_index.
-
#search_order ⇒ "Ascending", "Descending"
Returns the value of attribute search_order.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
2902 2903 2904 |
# File 'sig/types.rbs', line 2902 def bot_id @bot_id end |
#bot_recommendation_id ⇒ ::String
Returns the value of attribute bot_recommendation_id.
2905 2906 2907 |
# File 'sig/types.rbs', line 2905 def bot_recommendation_id @bot_recommendation_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
2903 2904 2905 |
# File 'sig/types.rbs', line 2903 def bot_version @bot_version end |
#filters ⇒ ::Array[Types::AssociatedTranscriptFilter]
Returns the value of attribute filters.
2907 2908 2909 |
# File 'sig/types.rbs', line 2907 def filters @filters end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
2904 2905 2906 |
# File 'sig/types.rbs', line 2904 def locale_id @locale_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2908 2909 2910 |
# File 'sig/types.rbs', line 2908 def max_results @max_results end |
#next_index ⇒ ::Integer
Returns the value of attribute next_index.
2909 2910 2911 |
# File 'sig/types.rbs', line 2909 def next_index @next_index end |
#search_order ⇒ "Ascending", "Descending"
Returns the value of attribute search_order.
2906 2907 2908 |
# File 'sig/types.rbs', line 2906 def search_order @search_order end |