Class: Aws::Types::UtteranceEvent

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#begin_offset_millis::Integer

Returns the value of attribute begin_offset_millis.

Returns:

  • (::Integer)


524
525
526
# File 'sig/types.rbs', line 524

def begin_offset_millis
  @begin_offset_millis
end

#end_offset_millis::Integer

Returns the value of attribute end_offset_millis.

Returns:

  • (::Integer)


525
526
527
# File 'sig/types.rbs', line 525

def end_offset_millis
  @end_offset_millis
end

#entities::Array[Types::CallAnalyticsEntity]

Returns the value of attribute entities.

Returns:



528
529
530
# File 'sig/types.rbs', line 528

def entities
  @entities
end

#event_typeObject

Returns the value of attribute event_type.

Returns:

  • (Object)


533
534
535
# File 'sig/types.rbs', line 533

def event_type
  @event_type
end

#is_partialBoolean

Returns the value of attribute is_partial.

Returns:

  • (Boolean)


522
523
524
# File 'sig/types.rbs', line 522

def is_partial
  @is_partial
end

#issues_detected::Array[Types::IssueDetected]

Returns the value of attribute issues_detected.

Returns:



530
531
532
# File 'sig/types.rbs', line 530

def issues_detected
  @issues_detected
end

#items::Array[Types::CallAnalyticsItem]

Returns the value of attribute items.

Returns:



527
528
529
# File 'sig/types.rbs', line 527

def items
  @items
end

#language_code"en-US", ...

Returns the value of attribute language_code.

Returns:

  • ("en-US", "en-GB", "es-US", "fr-CA", "fr-FR", "en-AU", "it-IT", "de-DE", "pt-BR")


531
532
533
# File 'sig/types.rbs', line 531

def language_code
  @language_code
end

#language_identification::Array[Types::CallAnalyticsLanguageWithScore]

Returns the value of attribute language_identification.



532
533
534
# File 'sig/types.rbs', line 532

def language_identification
  @language_identification
end

#participant_role"AGENT", "CUSTOMER"

Returns the value of attribute participant_role.

Returns:

  • ("AGENT", "CUSTOMER")


523
524
525
# File 'sig/types.rbs', line 523

def participant_role
  @participant_role
end

#sentiment"POSITIVE", ...

Returns the value of attribute sentiment.

Returns:

  • ("POSITIVE", "NEGATIVE", "MIXED", "NEUTRAL")


529
530
531
# File 'sig/types.rbs', line 529

def sentiment
  @sentiment
end

#transcript::String

Returns the value of attribute transcript.

Returns:

  • (::String)


526
527
528
# File 'sig/types.rbs', line 526

def transcript
  @transcript
end

#utterance_id::String

Returns the value of attribute utterance_id.

Returns:

  • (::String)


521
522
523
# File 'sig/types.rbs', line 521

def utterance_id
  @utterance_id
end