Class: Aws::QConnect::Types::IntentInputData
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::IntentInputData
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qconnect/types.rb
Overview
Information about the Amazon Q intent.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#intent_id ⇒ String
The identifier of the Amazon Q intent.
Instance Attribute Details
#intent_id ⇒ String
The identifier of the Amazon Q intent.
6050 6051 6052 6053 6054 |
# File 'lib/aws-sdk-qconnect/types.rb', line 6050 class IntentInputData < Struct.new( :intent_id) SENSITIVE = [] include Aws::Structure end |