Class: Aws::QConnect::Types::RetrieveResult

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

Instance Attribute Details

#association_idString

The identifier of the assistant association for the retrieved result.

Returns:

  • (String)


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_textString

The text content of the retrieved result.

Returns:

  • (String)


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_typeString

A type to define the KB origin of a retrieved content.

Returns:

  • (String)


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_idString

The URL, URI, or ID of the retrieved content when available, or a UUID when unavailable.

Returns:

  • (String)


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