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

Inheritance: Gwupe.Agent.Components.Functions.API.FunctionImpl
Afficher le fichier Open project: gwupe/Gwupe

Méthodes publiques

Свойство Type Description
Conversation Conversation

Méthodes publiques

Méthode Description
Close ( ) : void
LogErrorMessage ( string message ) : BaseChatElement

Private Methods

Méthode 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 méthode

public Close ( ) : void
Résultat void

LogErrorMessage() public méthode

public LogErrorMessage ( string message ) : BaseChatElement
message string
Résultat Gwupe.Agent.Components.Functions.Chat.ChatElement.BaseChatElement

Property Details

Conversation public_oe property

public Conversation,Gwupe.Agent.Components.Functions.Chat Conversation
Résultat Conversation