Class: Aws::LexModelsV2::Types::InvokedIntentSample
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::InvokedIntentSample
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
An object containing the name of an intent that was invoked.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#intent_name ⇒ String
The name of an intent that was invoked.
Instance Attribute Details
#intent_name ⇒ String
The name of an intent that was invoked.
8999 9000 9001 9002 9003 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 8999 class InvokedIntentSample < Struct.new( :intent_name) SENSITIVE = [] include Aws::Structure end |