Class: Aws::QConnect::Types::IntentDetectedDataDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::IntentDetectedDataDetails
- Includes:
- Structure
- Defined in:
- 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.
-
#relevance_level ⇒ String
The relevance level of the detected intent.
Instance Attribute Details
#intent ⇒ String
The detected intent.
6034 6035 6036 6037 6038 6039 6040 |
# File 'lib/aws-sdk-qconnect/types.rb', line 6034 class IntentDetectedDataDetails < Struct.new( :intent, :intent_id, :relevance_level) SENSITIVE = [:intent] include Aws::Structure end |
#intent_id ⇒ String
The identifier of the detected intent.
6034 6035 6036 6037 6038 6039 6040 |
# File 'lib/aws-sdk-qconnect/types.rb', line 6034 class IntentDetectedDataDetails < Struct.new( :intent, :intent_id, :relevance_level) SENSITIVE = [:intent] include Aws::Structure end |
#relevance_level ⇒ String
The relevance level of the detected intent.
6034 6035 6036 6037 6038 6039 6040 |
# File 'lib/aws-sdk-qconnect/types.rb', line 6034 class IntentDetectedDataDetails < Struct.new( :intent, :intent_id, :relevance_level) SENSITIVE = [:intent] include Aws::Structure end |