Class: Aws::Types::SearchAssociatedTranscriptsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_id ⇒ ::String

Returns the value of attribute bot_id.

Returns:

  • (::String)


2902
2903
2904
# File 'sig/types.rbs', line 2902

def bot_id
  @bot_id
end

#bot_recommendation_id ⇒ ::String

Returns the value of attribute bot_recommendation_id.

Returns:

  • (::String)


2905
2906
2907
# File 'sig/types.rbs', line 2905

def bot_recommendation_id
  @bot_recommendation_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


2903
2904
2905
# File 'sig/types.rbs', line 2903

def bot_version
  @bot_version
end

#filters ⇒ ::Array[Types::AssociatedTranscriptFilter]

Returns the value of attribute filters.

Returns:



2907
2908
2909
# File 'sig/types.rbs', line 2907

def filters
  @filters
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


2904
2905
2906
# File 'sig/types.rbs', line 2904

def locale_id
  @locale_id
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2908
2909
2910
# File 'sig/types.rbs', line 2908

def max_results
  @max_results
end

#next_index ⇒ ::Integer

Returns the value of attribute next_index.

Returns:

  • (::Integer)


2909
2910
2911
# File 'sig/types.rbs', line 2909

def next_index
  @next_index
end

#search_order ⇒ "Ascending", "Descending"

Returns the value of attribute search_order.

Returns:

  • ("Ascending", "Descending")


2906
2907
2908
# File 'sig/types.rbs', line 2906

def search_order
  @search_order
end