Class: Aws::Kendra::Types::SourceDocument
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::SourceDocument
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
The document ID and its fields/attributes that are used for a query suggestion, if document fields set to use for query suggestions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#additional_attributes ⇒ Array<Types::DocumentAttribute>
The additional fields/attributes to include in the response.
-
#document_id ⇒ String
The identifier of the document used for a query suggestion.
-
#suggestion_attributes ⇒ Array<String>
The document fields/attributes used for a query suggestion.
Instance Attribute Details
#additional_attributes ⇒ Array<Types::DocumentAttribute>
The additional fields/attributes to include in the response. You can use additional fields to provide extra information in the response. Additional fields are not used to based suggestions on.
9863 9864 9865 9866 9867 9868 9869 |
# File 'lib/aws-sdk-kendra/types.rb', line 9863 class SourceDocument < Struct.new( :document_id, :suggestion_attributes, :additional_attributes) SENSITIVE = [] include Aws::Structure end |
#document_id ⇒ String
The identifier of the document used for a query suggestion.
9863 9864 9865 9866 9867 9868 9869 |
# File 'lib/aws-sdk-kendra/types.rb', line 9863 class SourceDocument < Struct.new( :document_id, :suggestion_attributes, :additional_attributes) SENSITIVE = [] include Aws::Structure end |
#suggestion_attributes ⇒ Array<String>
The document fields/attributes used for a query suggestion.
9863 9864 9865 9866 9867 9868 9869 |
# File 'lib/aws-sdk-kendra/types.rb', line 9863 class SourceDocument < Struct.new( :document_id, :suggestion_attributes, :additional_attributes) SENSITIVE = [] include Aws::Structure end |