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
{{ message }}
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.
This issue is part of #11 and describes what should be done to create QuickReply:
In the folder Messages\Shared and new class called QuickReply should be created. This class should be in the Line namespace. This class should also have a Validate method. An example of this method can be found in some of the other files. The items array should be called Actions and this should also be validated.
After this class has been created it should be added to all the messages as an optional property.
The text was updated successfully, but these errors were encountered:
This issue is part of #11 and describes what should be done to create QuickReply:
In the folder
Messages\Shared
and new class calledQuickReply
should be created. This class should be in the Line namespace. This class should also have a Validate method. An example of this method can be found in some of the other files. Theitems
array should be calledActions
and this should also be validated.After this class has been created it should be added to all the messages as an optional property.
The text was updated successfully, but these errors were encountered: