Class: Aws::LexModelsV2::Types::SearchAssociatedTranscriptsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::SearchAssociatedTranscriptsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#associated_transcripts ⇒ Array<Types::AssociatedTranscript>
The object that contains the associated transcript that meet the criteria you specified.
-
#bot_id ⇒ String
The unique identifier of the bot associated with the transcripts that you are searching.
-
#bot_recommendation_id ⇒ String
The unique identifier of the bot recommendation associated with the transcripts to search.
-
#bot_version ⇒ String
The version of the bot containing the transcripts that you are searching.
-
#locale_id ⇒ String
The identifier of the language and locale of the transcripts to search.
-
#next_index ⇒ Integer
A index that indicates whether there are more results to return in a response to the SearchAssociatedTranscripts operation.
-
#total_results ⇒ Integer
The total number of transcripts returned by the search.
Instance Attribute Details
#associated_transcripts ⇒ Array<Types::AssociatedTranscript>
The object that contains the associated transcript that meet the criteria you specified.
12086 12087 12088 12089 12090 12091 12092 12093 12094 12095 12096 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 12086 class SearchAssociatedTranscriptsResponse < Struct.new( :bot_id, :bot_version, :locale_id, :bot_recommendation_id, :next_index, :associated_transcripts, :total_results) SENSITIVE = [] include Aws::Structure end |
#bot_id ⇒ String
The unique identifier of the bot associated with the transcripts that you are searching.
12086 12087 12088 12089 12090 12091 12092 12093 12094 12095 12096 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 12086 class SearchAssociatedTranscriptsResponse < Struct.new( :bot_id, :bot_version, :locale_id, :bot_recommendation_id, :next_index, :associated_transcripts, :total_results) SENSITIVE = [] include Aws::Structure end |
#bot_recommendation_id ⇒ String
The unique identifier of the bot recommendation associated with the transcripts to search.
12086 12087 12088 12089 12090 12091 12092 12093 12094 12095 12096 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 12086 class SearchAssociatedTranscriptsResponse < Struct.new( :bot_id, :bot_version, :locale_id, :bot_recommendation_id, :next_index, :associated_transcripts, :total_results) SENSITIVE = [] include Aws::Structure end |
#bot_version ⇒ String
The version of the bot containing the transcripts that you are searching.
12086 12087 12088 12089 12090 12091 12092 12093 12094 12095 12096 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 12086 class SearchAssociatedTranscriptsResponse < Struct.new( :bot_id, :bot_version, :locale_id, :bot_recommendation_id, :next_index, :associated_transcripts, :total_results) SENSITIVE = [] include Aws::Structure end |
#locale_id ⇒ String
The identifier of the language and locale of the transcripts to search. The string must match one of the supported locales. For more information, see [Supported languages]
12086 12087 12088 12089 12090 12091 12092 12093 12094 12095 12096 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 12086 class SearchAssociatedTranscriptsResponse < Struct.new( :bot_id, :bot_version, :locale_id, :bot_recommendation_id, :next_index, :associated_transcripts, :total_results) SENSITIVE = [] include Aws::Structure end |
#next_index ⇒ Integer
A index that indicates whether there are more results to return in a response to the SearchAssociatedTranscripts operation. If the nextIndex field is present, you send the contents as the nextIndex parameter of a SearchAssociatedTranscriptsRequest operation to get the next page of results.
12086 12087 12088 12089 12090 12091 12092 12093 12094 12095 12096 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 12086 class SearchAssociatedTranscriptsResponse < Struct.new( :bot_id, :bot_version, :locale_id, :bot_recommendation_id, :next_index, :associated_transcripts, :total_results) SENSITIVE = [] include Aws::Structure end |
#total_results ⇒ Integer
The total number of transcripts returned by the search.
12086 12087 12088 12089 12090 12091 12092 12093 12094 12095 12096 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 12086 class SearchAssociatedTranscriptsResponse < Struct.new( :bot_id, :bot_version, :locale_id, :bot_recommendation_id, :next_index, :associated_transcripts, :total_results) SENSITIVE = [] include Aws::Structure end |