Package-level declarations

Types

Link copied to clipboard
public abstract class Agent

Represents all info about an agent.

Link copied to clipboard
public abstract class ChatThread

All information about a chat thread as well as the messages for the thread.

Link copied to clipboard
public enum ChatThreadState extends Enum<ChatThreadState>

Current state of a ChatThread.

Link copied to clipboard
public interface CustomField

Represents all data about a single custom field. Please note that the implementations that use this field can use distinctions by id to pick only a singular value.