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

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

#bot_idString

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

Returns:

  • (String)


11956
11957
11958
11959
11960
11961
11962
11963
11964
11965
11966
11967
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11956

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)


11956
11957
11958
11959
11960
11961
11962
11963
11964
11965
11966
11967
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11956

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)


11956
11957
11958
11959
11960
11961
11962
11963
11964
11965
11966
11967
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11956

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.



11956
11957
11958
11959
11960
11961
11962
11963
11964
11965
11966
11967
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11956

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

Returns:

  • (String)


11956
11957
11958
11959
11960
11961
11962
11963
11964
11965
11966
11967
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11956

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)


11956
11957
11958
11959
11960
11961
11962
11963
11964
11965
11966
11967
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11956

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)


11956
11957
11958
11959
11960
11961
11962
11963
11964
11965
11966
11967
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11956

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)


11956
11957
11958
11959
11960
11961
11962
11963
11964
11965
11966
11967
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11956

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