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.
| 12191 12192 12193 12194 12195 12196 12197 12198 12199 12200 12201 | # File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12191 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.
| 12191 12192 12193 12194 12195 12196 12197 12198 12199 12200 12201 | # File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12191 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.
| 12191 12192 12193 12194 12195 12196 12197 12198 12199 12200 12201 | # File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12191 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.
| 12191 12192 12193 12194 12195 12196 12197 12198 12199 12200 12201 | # File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12191 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
| 12191 12192 12193 12194 12195 12196 12197 12198 12199 12200 12201 | # File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12191 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.
| 12191 12192 12193 12194 12195 12196 12197 12198 12199 12200 12201 | # File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12191 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.
| 12191 12192 12193 12194 12195 12196 12197 12198 12199 12200 12201 | # File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12191 class SearchAssociatedTranscriptsResponse < Struct.new( :bot_id, :bot_version, :locale_id, :bot_recommendation_id, :next_index, :associated_transcripts, :total_results) SENSITIVE = [] include Aws::Structure end |