Platform SDK Java 8.5 API Reference

com.genesyslab.platform.webmedia.protocol
Class NoticeType

java.lang.Object
  extended by com.genesyslab.platform.commons.GEnum
      extended by com.genesyslab.platform.webmedia.protocol.NoticeType

public class NoticeType
extends GEnum


Field Summary
static NoticeType Custom
          Simply propagated without any special processing.
static NoticeType IdleControlAlert
           
static NoticeType IdleControlClose
           
static NoticeType IdleControlSet
           
static NoticeType None
          Default value, only for API purpose.
static NoticeType Ping
           
static NoticeType PushUrl
          Used for push URL.
static NoticeType Reserved
          Reserved only for ChatServer use (like new interaction, params of session, etc).
static NoticeType SaveTranscript
          System request: force ChatServer to save transcript in UCS.
static NoticeType SystemCommand
           
static NoticeType TranscriptSaveDone
           
static NoticeType TranscriptSaveFailed
           
static NoticeType TypingStarted
          Indicates that chat party/user started typing.
static NoticeType TypingStopped
          Indicates that chat party/user is not typing anymore.
static NoticeType UpdateUserData
          System request: force ChatServer to update interaction userdata.
static NoticeType UserUpdateNick
          Indicates that chat party/user updated nick
 
Fields inherited from class com.genesyslab.platform.commons.GEnum
LOCALE_ENGLISH
 
Method Summary
 
Methods inherited from class com.genesyslab.platform.commons.GEnum
asInteger, enumSize, equals, equals, getEnumMap, getEnumValues, getValue, getValue, getValue, hashCode, name, ordinal, toString, valueOf, valueOf, values, valuesBy
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

None

public static final NoticeType None
Default value, only for API purpose. With this value 'noticeText' node must NOT be added at all.


PushUrl

public static final NoticeType PushUrl
Used for push URL.


TypingStarted

public static final NoticeType TypingStarted
Indicates that chat party/user started typing.


TypingStopped

public static final NoticeType TypingStopped
Indicates that chat party/user is not typing anymore.


Custom

public static final NoticeType Custom
Simply propagated without any special processing.


UpdateUserData

public static final NoticeType UpdateUserData
System request: force ChatServer to update interaction userdata.


SaveTranscript

public static final NoticeType SaveTranscript
System request: force ChatServer to save transcript in UCS.


Reserved

public static final NoticeType Reserved
Reserved only for ChatServer use (like new interaction, params of session, etc).


TranscriptSaveFailed

public static final NoticeType TranscriptSaveFailed

TranscriptSaveDone

public static final NoticeType TranscriptSaveDone

Ping

public static final NoticeType Ping

UserUpdateNick

public static final NoticeType UserUpdateNick
Indicates that chat party/user updated nick


IdleControlSet

public static final NoticeType IdleControlSet

IdleControlAlert

public static final NoticeType IdleControlAlert

IdleControlClose

public static final NoticeType IdleControlClose

SystemCommand

public static final NoticeType SystemCommand

Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.