You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a developer wants to quick access some fields in a conversation, he can extends the Conversation class and add those fields. In case those fields needs to be instantiated, the extended class can implements a "initialize" method that will be executed before the run method.
The text was updated successfully, but these errors were encountered:
If a developer wants to quick access some fields in a conversation, he can extends the Conversation class and add those fields. In case those fields needs to be instantiated, the extended class can implements a "initialize" method that will be executed before the run method.
The text was updated successfully, but these errors were encountered: