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)


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