Class: Aws::Types::SearchAssociatedTranscriptsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#associated_transcripts ⇒ ::Array[Types::AssociatedTranscript]

Returns the value of attribute associated_transcripts.

Returns:



2915
2916
2917
# File 'sig/types.rbs', line 2915

def associated_transcripts
  @associated_transcripts
end

#bot_id ⇒ ::String

Returns the value of attribute bot_id.

Returns:

  • (::String)


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

def bot_id
  @bot_id
end

#bot_recommendation_id ⇒ ::String

Returns the value of attribute bot_recommendation_id.

Returns:

  • (::String)


2913
2914
2915
# File 'sig/types.rbs', line 2913

def bot_recommendation_id
  @bot_recommendation_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


2911
2912
2913
# File 'sig/types.rbs', line 2911

def bot_version
  @bot_version
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


2912
2913
2914
# File 'sig/types.rbs', line 2912

def locale_id
  @locale_id
end

#next_index ⇒ ::Integer

Returns the value of attribute next_index.

Returns:

  • (::Integer)


2914
2915
2916
# File 'sig/types.rbs', line 2914

def next_index
  @next_index
end

#total_results ⇒ ::Integer

Returns the value of attribute total_results.

Returns:

  • (::Integer)


2916
2917
2918
# File 'sig/types.rbs', line 2916

def total_results
  @total_results
end