Class: Aws::LexModelsV2::Types::SearchAssociatedTranscriptsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_idString

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

Returns:

  • (String)


12029
12030
12031
12032
12033
12034
12035
12036
12037
12038
12039
12040
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 12029

class SearchAssociatedTranscriptsRequest < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id,
  :bot_recommendation_id,
  :search_order,
  :filters,
  :max_results,
  :next_index)
  SENSITIVE = []
  include Aws::Structure
end

#bot_recommendation_idString

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

Returns:

  • (String)


12029
12030
12031
12032
12033
12034
12035
12036
12037
12038
12039
12040
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 12029

class SearchAssociatedTranscriptsRequest < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id,
  :bot_recommendation_id,
  :search_order,
  :filters,
  :max_results,
  :next_index)
  SENSITIVE = []
  include Aws::Structure
end

#bot_versionString

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

Returns:

  • (String)


12029
12030
12031
12032
12033
12034
12035
12036
12037
12038
12039
12040
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 12029

class SearchAssociatedTranscriptsRequest < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id,
  :bot_recommendation_id,
  :search_order,
  :filters,
  :max_results,
  :next_index)
  SENSITIVE = []
  include Aws::Structure
end

#filtersArray<Types::AssociatedTranscriptFilter>

A list of filter objects.



12029
12030
12031
12032
12033
12034
12035
12036
12037
12038
12039
12040
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 12029

class SearchAssociatedTranscriptsRequest < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id,
  :bot_recommendation_id,
  :search_order,
  :filters,
  :max_results,
  :next_index)
  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]

[1]: docs.aws.amazon.com/lexv2/latest/dg/how-languages.html

Returns:

  • (String)


12029
12030
12031
12032
12033
12034
12035
12036
12037
12038
12039
12040
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 12029

class SearchAssociatedTranscriptsRequest < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id,
  :bot_recommendation_id,
  :search_order,
  :filters,
  :max_results,
  :next_index)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of bot recommendations to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.

Returns:

  • (Integer)


12029
12030
12031
12032
12033
12034
12035
12036
12037
12038
12039
12040
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 12029

class SearchAssociatedTranscriptsRequest < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id,
  :bot_recommendation_id,
  :search_order,
  :filters,
  :max_results,
  :next_index)
  SENSITIVE = []
  include Aws::Structure
end

#next_indexInteger

If the response from the SearchAssociatedTranscriptsRequest operation contains more results than specified in the maxResults parameter, an index is returned in the response. Use that index in the nextIndex parameter to return the next page of results.

Returns:

  • (Integer)


12029
12030
12031
12032
12033
12034
12035
12036
12037
12038
12039
12040
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 12029

class SearchAssociatedTranscriptsRequest < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id,
  :bot_recommendation_id,
  :search_order,
  :filters,
  :max_results,
  :next_index)
  SENSITIVE = []
  include Aws::Structure
end

#search_orderString

How SearchResults are ordered. Valid values are Ascending or Descending. The default is Descending.

Returns:

  • (String)


12029
12030
12031
12032
12033
12034
12035
12036
12037
12038
12039
12040
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 12029

class SearchAssociatedTranscriptsRequest < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id,
  :bot_recommendation_id,
  :search_order,
  :filters,
  :max_results,
  :next_index)
  SENSITIVE = []
  include Aws::Structure
end