C# Class Gwupe.Agent.Components.Functions.Chat.Function

Inheritance: Gwupe.Agent.Components.Functions.API.FunctionImpl
Datei anzeigen Open project: gwupe/Gwupe

Public Properties

Property Type Description
Conversation Conversation

Public Methods

Method Description
Close ( ) : void
LogErrorMessage ( string message ) : BaseChatElement

Private Methods

Method Description
DebugCommand ( List list ) : bool
Function ( GwupeClientAppContext appContext, Engagement engagement ) : System
LogSecondPartySystemMessage ( String message ) : BaseChatElement
LogServiceCompleteMessage ( string message, bool requestFeedback = true ) : void
LogSystemMessage ( String message ) : BaseChatElement
P2PCommand ( List list ) : bool
ParseSystemCommand ( String message ) : bool
ProcessChats ( ) : void
ReceiveChatMessage ( String message, String chatId, String interactionId, String shortCode, string userName ) : void
ReportFault ( List arg ) : bool
RestartService ( List arg ) : bool
SendChatMessage ( String message ) : void
SetupCommands ( ) : void

Method Details

Close() public method

public Close ( ) : void
return void

LogErrorMessage() public method

public LogErrorMessage ( string message ) : BaseChatElement
message string
return Gwupe.Agent.Components.Functions.Chat.ChatElement.BaseChatElement

Property Details

Conversation public_oe property

public Conversation,Gwupe.Agent.Components.Functions.Chat Conversation
return Conversation