Section II – Functional Modules > Msgbased Interaction Interface > Events         Bottom of Page
Genesys 8.1
SCXML Technical Reference
< Action Elements

Events

The event namespace convention is msgbased.xxxx.

The following are the Msgbased action result events:

Event

Attributes

Description

msgbased.createmessage.done

 

This event indicates the success of the request and that a message and an associated interaction has been created.

requestid

This is the ID associated with the request.

interactionid

This is the interaction ID associated with the interaction that was created.

srid

This is the ID of the suggested response that was used.

error.msgbased.createmessage

 

This indicates that an abnormal condition occurred while trying to perform the request. This event will be sent as a result of a timeout of the request as well as due to problems with the request or interaction itself.

requestid

This is the ID associated with the request.

error

This is the type of error that occurred:

  • Timeout
  • Request Invalid

description

This is a more detailed description of the error.

msgbased.sendmessage.done

 

This event indicates the success of the request and that a message and an associated interaction has been sent.

requestid

This is the ID associated with the request.

error.msgbased.sendmessage

 

This indicates that an abnormal condition occurred while trying to perform the request. This event will be sent as a result of a timeout of the request as well as due to problems with the request or interaction itself.

requestid

This is the ID associated with the request.

error

This is the type of error that occurred:

  • Timeout
  • Request Invalid

description

This is a more detailed description of the error.

chat.getcontent.done

 

This event indicates the success of the request and that the content object has been refreshed.

requestid

This is the ID associated with the request.

error.chat.getcontent

 

This indicates that an abnormal condition occurred while trying to perform the request. This event will be sent as a result of a timeout of the request as well as due to problems with the request or interaction itself.

requestid

This is the ID associated with the request.

error

This is the type of error that occurred:

  • Request Invalid

description

This is a more detailed description of the error.




Section II – Functional Modules > Msgbased Interaction Interface > Events         Top of Page
Genesys 8.1
SCXML Technical Reference
< Action Elements