EventMessageRequest
data class EventMessageRequest( val messageId: String, val dialogRequestId: String, val context: String, val namespace: String, val name: String, val version: String, val payload: String, val referrerDialogRequestId: String) : MessageRequest
Content copied to clipboard
Class for requesting a directive message
Parameters
messageId
the unique id for the message
dialogRequestId
the id for request that generated by client.
context
the context for the message
namespace
the namespace of directive
name
the name of directive
version
the version
payload
the payload (json formatted string).
referrerDialogRequestId
the referrerDialogRequestId.