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_id ⇒ String

The identifier of the assistant association for the retrieved result.

Returns:

  • (String)


10285
10286
10287
10288
10289
10290
10291
10292
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10285

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.

Returns:

  • (String)


10285
10286
10287
10288
10289
10290
10291
10292
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10285

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.

Returns:

  • (String)


10285
10286
10287
10288
10289
10290
10291
10292
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10285

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.

Returns:

  • (String)


10285
10286
10287
10288
10289
10290
10291
10292
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10285

class RetrieveResult < Struct.new(
  :association_id,
  :source_id,
  :reference_type,
  :content_text)
  SENSITIVE = [:source_id, :content_text]
  include Aws::Structure
end