Diffusion .NET API  5.9.24
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Pages
Package PushTechnology.ClientInterface.Conversation.Conversation

Typedefs

using conversationTuple_t = Tuple< ConversationState, Thread >
 

Enumerations

enum  ConversationResult { ConversationResult.ALREADY_FINISHED, ConversationResult.HANDLED_AND_ACTIVE, ConversationResult.HANDLED_AND_FINISHED }
 The enumeration for conversation results. More...
 

Typedef Documentation

using PushTechnology.ClientInterface.Conversation.Conversation.conversationTuple_t = typedef Tuple<ConversationState, Thread>

Enumeration Type Documentation

The enumeration for conversation results.

Enumerator
ALREADY_FINISHED 

Conversation was finished before handled was called.

HANDLED_AND_ACTIVE 

Handler was called, leaving the conversation active.

HANDLED_AND_FINISHED 

Handler was called, conversation is now finished.