Class: Aws::LexModelsV2::Types::AnalyticsUtteranceAttributeResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb

Overview

An object containing the intent that the bot mapped the utterance to.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#last_used_intentString

The intent that the bot mapped the utterance to.

Returns:

  • (String)


1203
1204
1205
1206
1207
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 1203

class AnalyticsUtteranceAttributeResult < Struct.new(
  :last_used_intent)
  SENSITIVE = []
  include Aws::Structure
end