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.
12172 12173 12174 12175 12176 12177 12178 12179 12180 12181 12182 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12172 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.
12172 12173 12174 12175 12176 12177 12178 12179 12180 12181 12182 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12172 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.
12172 12173 12174 12175 12176 12177 12178 12179 12180 12181 12182 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12172 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.
12172 12173 12174 12175 12176 12177 12178 12179 12180 12181 12182 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12172 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
12172 12173 12174 12175 12176 12177 12178 12179 12180 12181 12182 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12172 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.
12172 12173 12174 12175 12176 12177 12178 12179 12180 12181 12182 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12172 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.
12172 12173 12174 12175 12176 12177 12178 12179 12180 12181 12182 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12172 class SearchAssociatedTranscriptsResponse < Struct.new( :bot_id, :bot_version, :locale_id, :bot_recommendation_id, :next_index, :associated_transcripts, :total_results) SENSITIVE = [] include Aws::Structure end |