Class: Aws::QConnect::Types::QueryRecommendationTriggerData

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb

Overview

Data associated with the QUERY RecommendationTriggerType.

Constant Summary collapse

SENSITIVE =
[:text]

Instance Attribute Summary collapse

Instance Attribute Details

#textString

The text associated with the recommendation trigger.

Returns:

  • (String)


2747
2748
2749
2750
2751
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 2747

class QueryRecommendationTriggerData < Struct.new(
  :text)
  SENSITIVE = [:text]
  include Aws::Structure
end