Class: Aws::Connect::Types::RealTimeContactAnalysisCharacterInterval

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Begin and end offsets for a part of text.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#begin_offset_charInteger

The beginning of the character interval.

Returns:

  • (Integer)


15086
15087
15088
15089
15090
15091
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 15086

class RealTimeContactAnalysisCharacterInterval < Struct.new(
  :begin_offset_char,
  :end_offset_char)
  SENSITIVE = []
  include Aws::Structure
end

#end_offset_charInteger

The end of the character interval.

Returns:

  • (Integer)


15086
15087
15088
15089
15090
15091
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 15086

class RealTimeContactAnalysisCharacterInterval < Struct.new(
  :begin_offset_char,
  :end_offset_char)
  SENSITIVE = []
  include Aws::Structure
end