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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



13667
13668
13669
13670
13671
# File 'lib/aws-sdk-connect/types.rb', line 13667

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