Class: Aws::Types::ListIntentMetricsResponse

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)


2395
2396
2397
# File 'sig/types.rbs', line 2395

def bot_id
  @bot_id
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2397
2398
2399
# File 'sig/types.rbs', line 2397

def next_token
  @next_token
end

#results ⇒ ::Array[Types::AnalyticsIntentResult]

Returns the value of attribute results.

Returns:



2396
2397
2398
# File 'sig/types.rbs', line 2396

def results
  @results
end