Class: Aws::QBusiness::Types::TextSegment
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::TextSegment
- Defined in:
- gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb
Overview
Provides information about a text extract in a chat response that can be attributed to a source document.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#begin_offset ⇒ Integer
The zero-based location in the response string where the source attribution starts.
-
#end_offset ⇒ Integer
The zero-based location in the response string where the source attribution ends.
-
#snippet_excerpt ⇒ Types::SnippetExcerpt
The relevant text excerpt from a source that was used to generate a citation text segment in an Amazon Q Business chat response.
Instance Attribute Details
#begin_offset ⇒ Integer
The zero-based location in the response string where the source attribution starts.
5844 5845 5846 5847 5848 5849 5850 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5844 class TextSegment < Struct.new( :begin_offset, :end_offset, :snippet_excerpt) SENSITIVE = [] include Aws::Structure end |
#end_offset ⇒ Integer
The zero-based location in the response string where the source attribution ends.
5844 5845 5846 5847 5848 5849 5850 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5844 class TextSegment < Struct.new( :begin_offset, :end_offset, :snippet_excerpt) SENSITIVE = [] include Aws::Structure end |
#snippet_excerpt ⇒ Types::SnippetExcerpt
The relevant text excerpt from a source that was used to generate a citation text segment in an Amazon Q Business chat response.
5844 5845 5846 5847 5848 5849 5850 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5844 class TextSegment < Struct.new( :begin_offset, :end_offset, :snippet_excerpt) SENSITIVE = [] include Aws::Structure end |