Class: Aws::QConnect::Types::IntentDetectedDataDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#intent ⇒ String

The detected intent.

Returns:

  • (String)


6174
6175
6176
6177
6178
6179
6180
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6174

class IntentDetectedDataDetails < Struct.new(
  :intent,
  :intent_id,
  :relevance_level)
  SENSITIVE = [:intent]
  include Aws::Structure
end

#intent_id ⇒ String

The identifier of the detected intent.

Returns:

  • (String)


6174
6175
6176
6177
6178
6179
6180
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6174

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.

Returns:

  • (String)


6174
6175
6176
6177
6178
6179
6180
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6174

class IntentDetectedDataDetails < Struct.new(
  :intent,
  :intent_id,
  :relevance_level)
  SENSITIVE = [:intent]
  include Aws::Structure
end