C# Class chatbot.ChatData

显示文件 Open project: gitraffica/Chatbot-Raffica Class Usage Examples

Public Properties

Property Type Description
text string
time DateTime

Public Methods

Method Description
ChatData ( string _text, DateTime _time ) : System

Method Details

ChatData() public method

public ChatData ( string _text, DateTime _time ) : System
_text string
_time DateTime
return System

Property Details

text public_oe property

public string text
return string

time public_oe property

public DateTime time
return DateTime