Class: Aws::QConnect::Types::RetrieveResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::RetrieveResult
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
A single result from a content retrieval operation.
Constant Summary collapse
- SENSITIVE =
[:source_id, :content_text]
Instance Attribute Summary collapse
-
#association_id ⇒ String
The identifier of the assistant association for the retrieved result.
-
#content_text ⇒ String
The text content of the retrieved result.
-
#reference_type ⇒ String
A type to define the KB origin of a retrieved content.
-
#source_id ⇒ String
The URL, URI, or ID of the retrieved content when available, or a UUID when unavailable.
Instance Attribute Details
#association_id ⇒ String
The identifier of the assistant association for the retrieved result.
9888 9889 9890 9891 9892 9893 9894 9895 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9888 class RetrieveResult < Struct.new( :association_id, :source_id, :reference_type, :content_text) SENSITIVE = [:source_id, :content_text] include Aws::Structure end |
#content_text ⇒ String
The text content of the retrieved result.
9888 9889 9890 9891 9892 9893 9894 9895 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9888 class RetrieveResult < Struct.new( :association_id, :source_id, :reference_type, :content_text) SENSITIVE = [:source_id, :content_text] include Aws::Structure end |
#reference_type ⇒ String
A type to define the KB origin of a retrieved content.
9888 9889 9890 9891 9892 9893 9894 9895 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9888 class RetrieveResult < Struct.new( :association_id, :source_id, :reference_type, :content_text) SENSITIVE = [:source_id, :content_text] include Aws::Structure end |
#source_id ⇒ String
The URL, URI, or ID of the retrieved content when available, or a UUID when unavailable.
9888 9889 9890 9891 9892 9893 9894 9895 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9888 class RetrieveResult < Struct.new( :association_id, :source_id, :reference_type, :content_text) SENSITIVE = [:source_id, :content_text] include Aws::Structure end |