Class: Aws::QApps::Types::QQueryCard
- Inherits:
-
Struct
- Object
- Struct
- Aws::QApps::Types::QQueryCard
- Defined in:
- gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb
Overview
A card in a Amazon Q App that generates a response based on the Amazon Q Business service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_filter ⇒ Types::AttributeFilter
The Amazon Q Business filters applied in this query card when resolving data sources.
-
#dependencies ⇒ Array<String>
Any dependencies or requirements for the query card.
-
#id ⇒ String
The unique identifier of the query card.
-
#memory_references ⇒ Array<String>
Any dependencies for the query card, where the dependencies are references to the collected responses.
-
#output_source ⇒ String
The source or type of output generated by the query card.
-
#prompt ⇒ String
The prompt or instructions displayed for the query card.
-
#title ⇒ String
The title or label of the query card.
-
#type ⇒ String
The type of the card.
Instance Attribute Details
#attribute_filter ⇒ Types::AttributeFilter
The Amazon Q Business filters applied in this query card when resolving data sources
2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 2179 class QQueryCard < Struct.new( :id, :title, :dependencies, :type, :prompt, :output_source, :attribute_filter, :memory_references) SENSITIVE = [] include Aws::Structure end |
#dependencies ⇒ Array<String>
Any dependencies or requirements for the query card.
2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 2179 class QQueryCard < Struct.new( :id, :title, :dependencies, :type, :prompt, :output_source, :attribute_filter, :memory_references) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the query card.
2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 2179 class QQueryCard < Struct.new( :id, :title, :dependencies, :type, :prompt, :output_source, :attribute_filter, :memory_references) SENSITIVE = [] include Aws::Structure end |
#memory_references ⇒ Array<String>
Any dependencies for the query card, where the dependencies are references to the collected responses.
2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 2179 class QQueryCard < Struct.new( :id, :title, :dependencies, :type, :prompt, :output_source, :attribute_filter, :memory_references) SENSITIVE = [] include Aws::Structure end |
#output_source ⇒ String
The source or type of output generated by the query card.
2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 2179 class QQueryCard < Struct.new( :id, :title, :dependencies, :type, :prompt, :output_source, :attribute_filter, :memory_references) SENSITIVE = [] include Aws::Structure end |
#prompt ⇒ String
The prompt or instructions displayed for the query card.
2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 2179 class QQueryCard < Struct.new( :id, :title, :dependencies, :type, :prompt, :output_source, :attribute_filter, :memory_references) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
The title or label of the query card.
2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 2179 class QQueryCard < Struct.new( :id, :title, :dependencies, :type, :prompt, :output_source, :attribute_filter, :memory_references) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the card.
2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 2179 class QQueryCard < Struct.new( :id, :title, :dependencies, :type, :prompt, :output_source, :attribute_filter, :memory_references) SENSITIVE = [] include Aws::Structure end |