Class: Aws::QConnect::Types::SpanCitation
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::SpanCitation
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
A citation that spans a specific range of text.
Constant Summary collapse
- SENSITIVE =
[:title]
Instance Attribute Summary collapse
-
#content_id ⇒ String
The identifier of the content being cited in the span.
-
#knowledge_base_arn ⇒ String
The Amazon Resource Name (ARN) of the knowledge base containing the cited content.
-
#knowledge_base_id ⇒ String
The identifier of the knowledge base containing the cited content.
-
#title ⇒ String
The title of the content being cited in the span.
Instance Attribute Details
#content_id ⇒ String
The identifier of the content being cited in the span.
10864 10865 10866 10867 10868 10869 10870 10871 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10864 class SpanCitation < Struct.new( :content_id, :title, :knowledge_base_id, :knowledge_base_arn) SENSITIVE = [:title] include Aws::Structure end |
#knowledge_base_arn ⇒ String
The Amazon Resource Name (ARN) of the knowledge base containing the cited content.
10864 10865 10866 10867 10868 10869 10870 10871 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10864 class SpanCitation < Struct.new( :content_id, :title, :knowledge_base_id, :knowledge_base_arn) SENSITIVE = [:title] include Aws::Structure end |
#knowledge_base_id ⇒ String
The identifier of the knowledge base containing the cited content.
10864 10865 10866 10867 10868 10869 10870 10871 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10864 class SpanCitation < Struct.new( :content_id, :title, :knowledge_base_id, :knowledge_base_arn) SENSITIVE = [:title] include Aws::Structure end |
#title ⇒ String
The title of the content being cited in the span.
10864 10865 10866 10867 10868 10869 10870 10871 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10864 class SpanCitation < Struct.new( :content_id, :title, :knowledge_base_id, :knowledge_base_arn) SENSITIVE = [:title] include Aws::Structure end |