Class: Aws::QConnect::Types::QueryRecommendationTriggerData
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::QueryRecommendationTriggerData
- 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
-
#text ⇒ String
The text associated with the recommendation trigger.
Instance Attribute Details
#text ⇒ String
The text associated with the recommendation trigger.
7471 7472 7473 7474 7475 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7471 class QueryRecommendationTriggerData < Struct.new( :text) SENSITIVE = [:text] include Aws::Structure end |