Class: Aws::QConnect::Types::CitationSpan
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::CitationSpan
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Contains information about where the text with a citation begins and ends in the generated output.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#begin_offset_inclusive ⇒ Integer
Where the text with a citation starts in the generated output.
-
#end_offset_exclusive ⇒ Integer
Where the text with a citation ends in the generated output.
Instance Attribute Details
#begin_offset_inclusive ⇒ Integer
Where the text with a citation starts in the generated output.
1415 1416 1417 1418 1419 1420 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1415 class CitationSpan < Struct.new( :begin_offset_inclusive, :end_offset_exclusive) SENSITIVE = [] include Aws::Structure end |
#end_offset_exclusive ⇒ Integer
Where the text with a citation ends in the generated output.
1415 1416 1417 1418 1419 1420 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1415 class CitationSpan < Struct.new( :begin_offset_inclusive, :end_offset_exclusive) SENSITIVE = [] include Aws::Structure end |