Platform SDK Java 8.5 API Reference

Uses of Class
com.genesyslab.platform.webmedia.protocol.NoticeType

Packages that use NoticeType
com.genesyslab.platform.webmedia.protocol This package contains the Protocol classes that allow you to create applications that integrate with Genesys non-voice media servers. 
com.genesyslab.platform.webmedia.protocol.basicchat This package contains classes and enumerations that let you exchange information with Chat Server. 
com.genesyslab.platform.webmedia.protocol.flexchat This package contains classes and enumerations that let you exchange information with Chat Server. 
 

Uses of NoticeType in com.genesyslab.platform.webmedia.protocol
 

Fields in com.genesyslab.platform.webmedia.protocol declared as NoticeType
static NoticeType NoticeType.Custom
          Simply propagated without any special processing.
static NoticeType NoticeType.IdleControlAlert
           
static NoticeType NoticeType.IdleControlClose
           
static NoticeType NoticeType.IdleControlSet
           
static NoticeType NoticeType.None
          Default value, only for API purpose.
static NoticeType NoticeType.Ping
           
static NoticeType NoticeType.PushUrl
          Used for push URL.
static NoticeType NoticeType.Reserved
          Reserved only for ChatServer use (like new interaction, params of session, etc).
static NoticeType NoticeType.SaveTranscript
          System request: force ChatServer to save transcript in UCS.
static NoticeType NoticeType.SystemCommand
           
static NoticeType NoticeType.TranscriptSaveDone
           
static NoticeType NoticeType.TranscriptSaveFailed
           
static NoticeType NoticeType.TypingStarted
          Indicates that chat party/user started typing.
static NoticeType NoticeType.TypingStopped
          Indicates that chat party/user is not typing anymore.
static NoticeType NoticeType.UpdateUserData
          System request: force ChatServer to update interaction userdata.
static NoticeType NoticeType.UserUpdateNick
          Indicates that chat party/user updated nick
 

Uses of NoticeType in com.genesyslab.platform.webmedia.protocol.basicchat
 

Methods in com.genesyslab.platform.webmedia.protocol.basicchat that return NoticeType
abstract  NoticeType NoticeText.getNoticeType()
          Type of notification (for example: typing, push URL, or custom notification).
 

Methods in com.genesyslab.platform.webmedia.protocol.basicchat with parameters of type NoticeType
static NoticeText NoticeText.create(NoticeType noticeType, java.lang.String text)
          Creates instance of NoticeText with all parameters set.
abstract  void NoticeText.setNoticeType(NoticeType noticeType)
          Type of notification (for example: typing, push URL, or custom notification).
 

Uses of NoticeType in com.genesyslab.platform.webmedia.protocol.flexchat
 

Methods in com.genesyslab.platform.webmedia.protocol.flexchat that return NoticeType
abstract  NoticeType NoticeText.getNoticeType()
          Type of notification, as defined by the NoticeType enumeration.
abstract  NoticeType EventInfo.getNoticeType()
          Type of notification, as defined by the NoticeType enumeration.
 

Methods in com.genesyslab.platform.webmedia.protocol.flexchat with parameters of type NoticeType
static EventInfo EventInfo.create(java.lang.Integer partyId, EventType eventType, java.lang.String userNickname, UserType userType, java.lang.Integer timeOffset, java.lang.String messageType, java.lang.String text, NoticeType noticeType)
          Creates instance of EventInfo.
static EventInfo EventInfo.create(java.lang.Integer partyId, EventType eventType, java.lang.String userNickname, UserType userType, java.lang.Integer timeOffset, java.lang.String messageType, java.lang.String text, NoticeType noticeType, java.lang.Integer eventId)
          Creates instance of EventInfo.
static NoticeText NoticeText.create(NoticeType noticeType, java.lang.String text)
          Creates instance of NoticeText with all parameters set.
abstract  void NoticeText.setNoticeType(NoticeType noticeType)
          Type of notification, as defined by the NoticeType enumeration.
abstract  void EventInfo.setNoticeType(NoticeType noticeType)
          Type of notification, as defined by the NoticeType enumeration.
 


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.