Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
chatbot
ChatData
C# Class chatbot.ChatData
Mostrar archivo
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