if (conversational) {
if (conversation == null) {
// this is a callback so create a conversation to
// hold onto the conversation state for the lifetime of the
// stateful callback
conversation = new ConversationImpl();
}
Object conversationId = conversation.getConversationID();
// create a conversation id if one doesn't exist
// already, i.e. the conversation is just starting