Class: Aws::LexModelsV2::Types::SearchAssociatedTranscriptsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::SearchAssociatedTranscriptsResponse
- Defined in:
- gems/aws-sdk-lexmodelsv2/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.
11370 11371 11372 11373 11374 11375 11376 11377 11378 11379 11380 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11370 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.
11370 11371 11372 11373 11374 11375 11376 11377 11378 11379 11380 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11370 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.
11370 11371 11372 11373 11374 11375 11376 11377 11378 11379 11380 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11370 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.
11370 11371 11372 11373 11374 11375 11376 11377 11378 11379 11380 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11370 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
11370 11371 11372 11373 11374 11375 11376 11377 11378 11379 11380 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11370 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.
11370 11371 11372 11373 11374 11375 11376 11377 11378 11379 11380 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11370 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.
11370 11371 11372 11373 11374 11375 11376 11377 11378 11379 11380 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11370 class SearchAssociatedTranscriptsResponse < Struct.new( :bot_id, :bot_version, :locale_id, :bot_recommendation_id, :next_index, :associated_transcripts, :total_results) SENSITIVE = [] include Aws::Structure end |