Class: Aws::LexModelsV2::Types::SearchAssociatedTranscriptsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#associated_transcriptsArray<Types::AssociatedTranscript>

The object that contains the associated transcript that meet the criteria you specified.

Returns:



12013
12014
12015
12016
12017
12018
12019
12020
12021
12022
12023
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12013

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_idString

The unique identifier of the bot associated with the transcripts that you are searching.

Returns:

  • (String)


12013
12014
12015
12016
12017
12018
12019
12020
12021
12022
12023
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12013

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_idString

The unique identifier of the bot recommendation associated with the transcripts to search.

Returns:

  • (String)


12013
12014
12015
12016
12017
12018
12019
12020
12021
12022
12023
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12013

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_versionString

The version of the bot containing the transcripts that you are searching.

Returns:

  • (String)


12013
12014
12015
12016
12017
12018
12019
12020
12021
12022
12023
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12013

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_idString

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

Returns:

  • (String)


12013
12014
12015
12016
12017
12018
12019
12020
12021
12022
12023
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12013

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_indexInteger

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.

Returns:

  • (Integer)


12013
12014
12015
12016
12017
12018
12019
12020
12021
12022
12023
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12013

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_resultsInteger

The total number of transcripts returned by the search.

Returns:

  • (Integer)


12013
12014
12015
12016
12017
12018
12019
12020
12021
12022
12023
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12013

class SearchAssociatedTranscriptsResponse < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id,
  :bot_recommendation_id,
  :next_index,
  :associated_transcripts,
  :total_results)
  SENSITIVE = []
  include Aws::Structure
end