Class: Aws::LexModelsV2::Types::AnalyticsUtteranceAttribute

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

Overview

An object that specifies the last used intent at the time of the utterance as an attribute to return.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

An attribute to return. The only available attribute is the intent that the bot mapped the utterance to.

Returns:

  • (String)


1189
1190
1191
1192
1193
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 1189

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