Class: Aws::QConnect::Types::ContentReference

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

Overview

Reference information about the content.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#content_arnString

The Amazon Resource Name (ARN) of the content.

Returns:

  • (String)


2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 2044

class ContentReference < Struct.new(
  :knowledge_base_arn,
  :knowledge_base_id,
  :content_arn,
  :content_id,
  :source_url,
  :reference_type)
  SENSITIVE = []
  include Aws::Structure
end

#content_idString

The identifier of the content.

Returns:

  • (String)


2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 2044

class ContentReference < Struct.new(
  :knowledge_base_arn,
  :knowledge_base_id,
  :content_arn,
  :content_id,
  :source_url,
  :reference_type)
  SENSITIVE = []
  include Aws::Structure
end

#knowledge_base_arnString

The Amazon Resource Name (ARN) of the knowledge base.

Returns:

  • (String)


2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 2044

class ContentReference < Struct.new(
  :knowledge_base_arn,
  :knowledge_base_id,
  :content_arn,
  :content_id,
  :source_url,
  :reference_type)
  SENSITIVE = []
  include Aws::Structure
end

#knowledge_base_idString

The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base.

Returns:

  • (String)


2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 2044

class ContentReference < Struct.new(
  :knowledge_base_arn,
  :knowledge_base_id,
  :content_arn,
  :content_id,
  :source_url,
  :reference_type)
  SENSITIVE = []
  include Aws::Structure
end

#reference_typeString

The type of reference content.

Returns:

  • (String)


2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 2044

class ContentReference < Struct.new(
  :knowledge_base_arn,
  :knowledge_base_id,
  :content_arn,
  :content_id,
  :source_url,
  :reference_type)
  SENSITIVE = []
  include Aws::Structure
end

#source_urlString

The web URL of the source content.

Returns:

  • (String)


2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 2044

class ContentReference < Struct.new(
  :knowledge_base_arn,
  :knowledge_base_id,
  :content_arn,
  :content_id,
  :source_url,
  :reference_type)
  SENSITIVE = []
  include Aws::Structure
end