Class: Aws::Types::ListIntentMetricsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bin_by ⇒ ::Array[Types::AnalyticsBinBySpecification]

Returns the value of attribute bin_by.



2386
2387
2388
# File 'sig/types.rbs', line 2386

def bin_by
  @bin_by
end

#bot_id ⇒ ::String

Returns the value of attribute bot_id.

Returns:

  • (::String)


2382
2383
2384
# File 'sig/types.rbs', line 2382

def bot_id
  @bot_id
end

#end_date_time ⇒ ::Time

Returns the value of attribute end_date_time.

Returns:

  • (::Time)


2384
2385
2386
# File 'sig/types.rbs', line 2384

def end_date_time
  @end_date_time
end

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

Returns the value of attribute filters.

Returns:



2388
2389
2390
# File 'sig/types.rbs', line 2388

def filters
  @filters
end

#group_by ⇒ ::Array[Types::AnalyticsIntentGroupBySpecification]

Returns the value of attribute group_by.



2387
2388
2389
# File 'sig/types.rbs', line 2387

def group_by
  @group_by
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2389
2390
2391
# File 'sig/types.rbs', line 2389

def max_results
  @max_results
end

#metrics ⇒ ::Array[Types::AnalyticsIntentMetric]

Returns the value of attribute metrics.

Returns:



2385
2386
2387
# File 'sig/types.rbs', line 2385

def metrics
  @metrics
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2390
2391
2392
# File 'sig/types.rbs', line 2390

def next_token
  @next_token
end

#start_date_time ⇒ ::Time

Returns the value of attribute start_date_time.

Returns:

  • (::Time)


2383
2384
2385
# File 'sig/types.rbs', line 2383

def start_date_time
  @start_date_time
end