EventMessageRequest

fun EventMessageRequest(    messageId: String,     dialogRequestId: String,     context: String,     namespace: String,     name: String,     version: String,     payload: String,     referrerDialogRequestId: String)

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.