Class: Aws::Types::ListUtteranceAnalyticsDataRequest

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)


2619
2620
2621
# File 'sig/types.rbs', line 2619

def bot_id
  @bot_id
end

#end_date_time ⇒ ::Time

Returns the value of attribute end_date_time.

Returns:

  • (::Time)


2621
2622
2623
# File 'sig/types.rbs', line 2621

def end_date_time
  @end_date_time
end

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

Returns the value of attribute filters.

Returns:



2623
2624
2625
# File 'sig/types.rbs', line 2623

def filters
  @filters
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2624
2625
2626
# File 'sig/types.rbs', line 2624

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2625
2626
2627
# File 'sig/types.rbs', line 2625

def next_token
  @next_token
end

#sort_by ⇒ Types::UtteranceDataSortBy

Returns the value of attribute sort_by.



2622
2623
2624
# File 'sig/types.rbs', line 2622

def sort_by
  @sort_by
end

#start_date_time ⇒ ::Time

Returns the value of attribute start_date_time.

Returns:

  • (::Time)


2620
2621
2622
# File 'sig/types.rbs', line 2620

def start_date_time
  @start_date_time
end