Class: Aws::ConnectWisdomService::Types::QueryRecommendationTriggerData

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/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)


2410
2411
2412
2413
2414
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 2410

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