Add min_score and fallback_to in dialogflow dynamic response json
if min_score is set, then it will check the min_score with confidence score.
if confidence_score < min_score, then it will not process the content. if the fallback_to is set, then it will process fallback_to (similar to goto, can use node_ns, sub_flow_ns, or node name), otherwise, do nothing
Line Channel: use replyToken for the first message sent
This is an update about the Line channel.
Thanks to the suggestion from Winho!!
Before the update, we were using "push" to send all the message. Winho mentioned that this can cost their "push message" quota and suggested we can send message by using the replyToken, which means that, using "reply" instead of "push". This can save a lot consumption of "push message" to their Line account.
Now the system will use the replyToken to send the first message. For example, a user sends "hi". If you have 2 messages to respond to this greeting. The first one will be sent using "reply" and the second one (all the rest) using "push".
This can somehow save your "push" messages amount in your Line account.
Partner Plan: show only selected templates & mini-apps in custom domain
This is an update about Agency Settings for Partner Plan subscribers with credit billing enabled.
Before the update, all templates and mini-apps in the UChat template/app store will show in your custom domain for all your clients. Now you can choose to show or not show each one of the templates and apps.
To manage the settings, go "Agency Settings" on your dashboard, then "Templates" or "Mini-Apps":
Partner Plan: templates created inside custom domain will be only available for custom domain users
This is an update about Partner / Agency / Agency Plus.
Before the update, templates created from a workspace under your custom domain will be all added to the UChat public template store and all UChat users can install it.
Now, templates created from a workspace under your custom domain, will not be added to UChat public template store. Only users under your custom domain can access it.
Manage One-time Link for Templates (both in workspace & via API)
This is an update about Templates - One-time Link.
Before the update, the one-time link for a template is actually the same as a permanent shared link. The difference is the template turns from "shared" to "private" after one installation.
Now you can manage different one-time links for each sharing and you are able to track the status of the installation. Available status: "Available", "Installed" and "Expired".
You can manage your one-time link either: - manually in your workspace or - automatically via APIs
For manual management, on your dashboard, go "My Contents" - "My Bot Templates", select a template and the drop-down menu will show like this:
Click on 4 in the above screenshot to get the "Template Ns", the id of this template for API usage. Click on 5 in the above screenshot to generate a one-time link for this template:
Edit expiration duration and click "Generate New Link". This link will be added to the list and the status will be "Available" in the beginning. When the link is used and the template is installed, the status changes to "Installed". If the template is not installed within the duration, the status goes to "Expired".
Wherever you need to display a media, a "Select Media" window will show.
Under the "Upload Your File" tag, you can select media from your computer and all those uploaded media go to the "Library" tag. So that from now on you can pick the media in the library instead of uploading it again.
UChat just add a new feature to allow you to delete media in the library. Simply hover over the media and a red delete button will show, click on the button to remove this media from the library.
External Request Update: send file as parameter in API calls
This is an update about the External Request in the Action Step.
You can include a file itself in the API calls instead of the URL link of the file.
In the External Request, go Body, multipart/form-data and you will see an Upload Files section. Put a file direct link here to include the file itself in the parameter. You can put the link you get from a Question Step here. (Please note that the file URL link from a Question Step is only valid for 24 hours) image.png45.51 KB
1) inputs in Auth section - Api Key type 2) client id, secret, access token, refresh token, etc in Auth section - OAuth v2 type 3) inputs of actions in Actions section
2. Dynamic Source invalid in One Time Url - 2. Web Forms - Inputs
When you go setting the inputs of web forms in a one-time URL, dynamic source won't work here.
3. the drop-down list only loaded when first click "edit action"
In the chatbot flow, when you create a new action of the Mini-App, and first click "Edit Action", the system will do an external request and generate the drop-down list based on the current value in the fields. If you change the parameter e.g. the value in Auth inputs, the drop-down list won't be re-fresh, please delete the action and create a new one.
Before the update, you can duplicate only one step at a time. Now you can select multiple steps and duplicate them.
Please note that,
- after copying multiple steps, you can only paste once. copy again for another paste - where can I paste the steps? (1) to the same bot/flow (2) to the different bot/flow but the same channel (associate custom fields will be created automatically) (3) to different channels (unsupported features will be removed)
- subflow template supported (installed subflow goes to a folder) - template configuration added: viewable, editable, version number (only for subflow template) - install template from different channel - interface changed
This is an update about the preview feature in all channels which support preview (Facebook, Telegram, WhatsApp, Line and Viber)
When you click the "Preview" button, there will be a QR code generated, you can click "Open in XX" to talk to the bot in the website/desktop application or scan the code with your camera or according phone application.
Dynamic Quick Reply in Send Message Step Now Available
This is an update about Send Message Step.
Before the update, you will need to list all the quick replies yourself but now, by selecting a JSON variable, your chatbot can list the quick replies from the JSON variable for you:
Please note that these replies expire in 30 minutes.
Dynamic Quick Answer in Question Step Now Available
This is an update about Question Step.
Before the update, you will need to list all the quick answers yourself but now, by selecting a JSON variable, your chatbot can list the quick answers from the JSON variable for you:
Now each message sent by the bot has a little drop-down button, click on it to "Resend Message" or navigate to the step to edit the step, do your improvement in a more convenient way.
When you check error log, you can see which step in which subflow went wrong, before the update, you will need to navigate to the step yourself. Now by simply click on the step name, you will jump to the step right away.
When you click on the "Response Headers", a list of hearer information will show. Now the hearer information is all clickable. For example, in the screenshot below, you can click on the "Response-Code: 200" to get its path "$H['Response-Code'] and save the value "200" to a variable for later usage.
Hello guys! An update for u about importing uses in WhatsApp.
From now on, please always add a "+" sign in front of a phone number when you create bot users in the WhatsApp channel. The system will remove the "+" for u automatically when creating user_id. It doesn't matter you are creating via API, the create button or import bulk data(csv file).
Besides, when u create via API, only phone value is needed now.