Class: Aws::QApps::Types::QQueryCardInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb

Overview

The input shape for defining a query card in an Amazon Q App.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_filterTypes::AttributeFilter

Turns on filtering of responses based on document attributes or metadata fields.



1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1702

class QQueryCardInput < Struct.new(
  :title,
  :id,
  :type,
  :prompt,
  :output_source,
  :attribute_filter)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the query card.

Returns:

  • (String)


1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1702

class QQueryCardInput < Struct.new(
  :title,
  :id,
  :type,
  :prompt,
  :output_source,
  :attribute_filter)
  SENSITIVE = []
  include Aws::Structure
end

#output_sourceString

The source or type of output to generate for the query card.

Returns:

  • (String)


1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1702

class QQueryCardInput < Struct.new(
  :title,
  :id,
  :type,
  :prompt,
  :output_source,
  :attribute_filter)
  SENSITIVE = []
  include Aws::Structure
end

#promptString

The prompt or instructions displayed for the query card.

Returns:

  • (String)


1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1702

class QQueryCardInput < Struct.new(
  :title,
  :id,
  :type,
  :prompt,
  :output_source,
  :attribute_filter)
  SENSITIVE = []
  include Aws::Structure
end

#titleString

The title or label of the query card.

Returns:

  • (String)


1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1702

class QQueryCardInput < Struct.new(
  :title,
  :id,
  :type,
  :prompt,
  :output_source,
  :attribute_filter)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the card.

Returns:

  • (String)


1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1702

class QQueryCardInput < Struct.new(
  :title,
  :id,
  :type,
  :prompt,
  :output_source,
  :attribute_filter)
  SENSITIVE = []
  include Aws::Structure
end