Skip to main content

AgentChanged

A conversation was reassigned to another agent.

type AgentChanged implements Timestamped {
createdAt: DateTime!
from: Agent
id: ID!
to: Agent
updatedAt: DateTime!
}

Fields

AgentChanged.createdAt ● DateTime! non-null scalar common

The date and time that the object was created.

AgentChanged.from ● Agent object common

The agent that the conversation was previously assigned to.

AgentChanged.id ● ID! non-null scalar common

AgentChanged.to ● Agent object common

The agent that the conversation is newly assigned to.

AgentChanged.updatedAt ● DateTime! non-null scalar common

The date and time that the object was last updated.

Interfaces

Timestamped interface common

An object with timestamp fields for when it was created and last updated.

Implemented by

ChangeTypeUnion union