Class: Aws::Connect::Types::EvaluationSuggestedAnswerTranscriptMillisecondOffsets

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

Overview

The milliseconds offset for transcript reference in suggested answer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#begin_offset_millisInteger

Offset in milliseconds from the beginning of the transcript.

Returns:

  • (Integer)


10876
10877
10878
10879
10880
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10876

class EvaluationSuggestedAnswerTranscriptMillisecondOffsets < Struct.new(
  :begin_offset_millis)
  SENSITIVE = []
  include Aws::Structure
end