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.
8529 8530 8531 8532 8533 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 8529 class InvokedIntentSample < Struct.new( :intent_name) SENSITIVE = [] include Aws::Structure end |