Class: Aws::Types::RealTimeContactAnalysisSegmentTranscript

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


6435
6436
6437
# File 'sig/types.rbs', line 6435

def content
  @content
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


6436
6437
6438
# File 'sig/types.rbs', line 6436

def content_type
  @content_type
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


6434
6435
6436
# File 'sig/types.rbs', line 6434

def display_name
  @display_name
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


6431
6432
6433
# File 'sig/types.rbs', line 6431

def id
  @id
end

#participant_id::String

Returns the value of attribute participant_id.

Returns:

  • (::String)


6432
6433
6434
# File 'sig/types.rbs', line 6432

def participant_id
  @participant_id
end

#participant_role"AGENT", ...

Returns the value of attribute participant_role.

Returns:

  • ("AGENT", "CUSTOMER", "SYSTEM", "CUSTOM_BOT", "SUPERVISOR")


6433
6434
6435
# File 'sig/types.rbs', line 6433

def participant_role
  @participant_role
end

#redactionTypes::RealTimeContactAnalysisTranscriptItemRedaction

Returns the value of attribute redaction.



6438
6439
6440
# File 'sig/types.rbs', line 6438

def redaction
  @redaction
end

#sentiment"POSITIVE", ...

Returns the value of attribute sentiment.

Returns:

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


6439
6440
6441
# File 'sig/types.rbs', line 6439

def sentiment
  @sentiment
end

#timeTypes::RealTimeContactAnalysisTimeData

Returns the value of attribute time.



6437
6438
6439
# File 'sig/types.rbs', line 6437

def time
  @time
end