Class: Aws::Connect::Types::RealTimeContactAnalysisCharacterInterval
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::RealTimeContactAnalysisCharacterInterval
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Begin and end offsets for a part of text.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#begin_offset_char ⇒ Integer
The beginning of the character interval.
-
#end_offset_char ⇒ Integer
The end of the character interval.
Instance Attribute Details
#begin_offset_char ⇒ Integer
The beginning of the character interval.
16271 16272 16273 16274 16275 16276 |
# File 'lib/aws-sdk-connect/types.rb', line 16271 class RealTimeContactAnalysisCharacterInterval < Struct.new( :begin_offset_char, :end_offset_char) SENSITIVE = [] include Aws::Structure end |
#end_offset_char ⇒ Integer
The end of the character interval.
16271 16272 16273 16274 16275 16276 |
# File 'lib/aws-sdk-connect/types.rb', line 16271 class RealTimeContactAnalysisCharacterInterval < Struct.new( :begin_offset_char, :end_offset_char) SENSITIVE = [] include Aws::Structure end |