C# Class GraphConversation, CodeSpells

Inheritance: Conversation
Datei anzeigen Open project: srfoster/CodeSpells Class Usage Examples

Public Methods

Method Description
GetResponses ( ) : ArrayList
GetText ( ) : string
GraphConversation ( string convo_file ) : System.Collections
Respond ( Response, response ) : void
resetConversation ( ) : void

Method Details

GetResponses() public method

public GetResponses ( ) : ArrayList
return ArrayList

GetText() public method

public GetText ( ) : string
return string

GraphConversation() public method

public GraphConversation ( string convo_file ) : System.Collections
convo_file string
return System.Collections

Respond() public method

public Respond ( Response, response ) : void
response Response,
return void

resetConversation() public method

public resetConversation ( ) : void
return void