You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ConnectParticipant::Types::Item

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

An item - message or event - that has been sent.

Instance Attribute Summary collapse

Instance Attribute Details

#absolute_timeString

The time when the message or event was sent.

It\'s specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.

Returns:

  • (String)

    The time when the message or event was sent.

#contentString

The content of the message or event.

Returns:

  • (String)

    The content of the message or event.

#content_typeString

The type of content of the item.

Returns:

  • (String)

    The type of content of the item.

#display_nameString

The chat display name of the sender.

Returns:

  • (String)

    The chat display name of the sender.

#idString

The ID of the item.

Returns:

  • (String)

    The ID of the item.

#participant_idString

The ID of the sender in the session.

Returns:

  • (String)

    The ID of the sender in the session.

#participant_roleString

The role of the sender. For example, is it a customer, agent, or system.

Possible values:

  • AGENT
  • CUSTOMER
  • SYSTEM

Returns:

  • (String)

    The role of the sender.

#typeString

Type of the item: message or event.

Possible values:

  • MESSAGE
  • EVENT
  • CONNECTION_ACK

Returns:

  • (String)

    Type of the item: message or event.