Class: Aws::QConnect::Types::ContentReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::ContentReference
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qconnect/types.rb
Overview
Reference information about the content.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content_arn ⇒ String
The Amazon Resource Name (ARN) of the content.
-
#content_id ⇒ String
The identifier of the content.
-
#knowledge_base_arn ⇒ String
The Amazon Resource Name (ARN) of the knowledge base.
-
#knowledge_base_id ⇒ String
The identifier of the knowledge base.
-
#reference_type ⇒ String
The type of reference content.
-
#source_url ⇒ String
The web URL of the source content.
Instance Attribute Details
#content_arn ⇒ String
The Amazon Resource Name (ARN) of the content.
2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 |
# File '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_id ⇒ String
The identifier of the content.
2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 |
# File '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_arn ⇒ String
The Amazon Resource Name (ARN) of the knowledge base.
2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 |
# File '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_id ⇒ String
The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base.
2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 |
# File '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_type ⇒ String
The type of reference content.
2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 |
# File '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_url ⇒ String
The web URL of the source content.
2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 |
# File '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 |