Class: Aws::LexModelsV2::Types::AnalyticsUtteranceAttribute
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::AnalyticsUtteranceAttribute
- Includes:
- Structure
- Defined in:
- 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
-
#name ⇒ String
An attribute to return.
Instance Attribute Details
#name ⇒ String
An attribute to return. The only available attribute is the intent that the bot mapped the utterance to.
1189 1190 1191 1192 1193 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 1189 class AnalyticsUtteranceAttribute < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |