Class: Aws::QApps::Types::QQueryCard

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#attribute_filterTypes::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

#dependenciesArray<String>

Any dependencies or requirements for the query card.

Returns:

  • (Array<String>)

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

#idString

The unique identifier of the query card.

Returns:

  • (String)

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_referencesArray<String>

Any dependencies for the query card, where the dependencies are references to the collected responses.

Returns:

  • (Array<String>)

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_sourceString

The source or type of output generated by the query card.

Returns:

  • (String)

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

#promptString

The prompt or instructions displayed for the query card.

Returns:

  • (String)

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

#titleString

The title or label of the query card.

Returns:

  • (String)

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

#typeString

The type of the card.

Returns:

  • (String)

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