Class: Aws::ConnectWisdomService::Types::QueryRecommendationTriggerData
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::QueryRecommendationTriggerData
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectwisdomservice/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.
2410 2411 2412 2413 2414 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 2410 class QueryRecommendationTriggerData < Struct.new( :text) SENSITIVE = [:text] include Aws::Structure end |