Class: Aws::Types::BotRecommendationResultStatistics

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#intents ⇒ Types::IntentStatistics

Returns the value of attribute intents.



522
523
524
# File 'sig/types.rbs', line 522

def intents
  @intents
end

#slot_types ⇒ Types::SlotTypeStatistics

Returns the value of attribute slot_types.



523
524
525
# File 'sig/types.rbs', line 523

def slot_types
  @slot_types
end