Class: Aws::QConnect::Types::IntentDetectedDataDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::IntentDetectedDataDetails
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Details about the detected intent.
Constant Summary collapse
- SENSITIVE =
[:intent]
Instance Attribute Summary collapse
-
#intent ⇒ String
The detected intent.
-
#intent_id ⇒ String
The identifier of the detected intent.
Instance Attribute Details
#intent ⇒ String
The detected intent.
5381 5382 5383 5384 5385 5386 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5381 class IntentDetectedDataDetails < Struct.new( :intent, :intent_id) SENSITIVE = [:intent] include Aws::Structure end |
#intent_id ⇒ String
The identifier of the detected intent.
5381 5382 5383 5384 5385 5386 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5381 class IntentDetectedDataDetails < Struct.new( :intent, :intent_id) SENSITIVE = [:intent] include Aws::Structure end |