Class: Aws::Types::RealTimeContactAnalysisCharacterInterval
- Inherits:
-
Object
- Object
- Aws::Types::RealTimeContactAnalysisCharacterInterval
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#begin_offset_char ⇒ ::Integer
Returns the value of attribute begin_offset_char.
-
#end_offset_char ⇒ ::Integer
Returns the value of attribute end_offset_char.
Instance Attribute Details
#begin_offset_char ⇒ ::Integer
Returns the value of attribute begin_offset_char.
6532 6533 6534 |
# File 'sig/types.rbs', line 6532 def begin_offset_char @begin_offset_char end |
#end_offset_char ⇒ ::Integer
Returns the value of attribute end_offset_char.
6533 6534 6535 |
# File 'sig/types.rbs', line 6533 def end_offset_char @end_offset_char end |