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.
6631 6632 6633 |
# File 'sig/types.rbs', line 6631 def begin_offset_char @begin_offset_char end |
#end_offset_char ⇒ ::Integer
Returns the value of attribute end_offset_char.
6632 6633 6634 |
# File 'sig/types.rbs', line 6632 def end_offset_char @end_offset_char end |