Skip to content

Commit

Permalink
updated flow 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Chin Yan Keat (Digi - Central) authored and Chin Yan Keat (Digi - Central) committed May 18, 2017
1 parent c8e3659 commit 7c5d834
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions bot/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1289,7 +1289,7 @@ bot.dialog('HowToActivateVolte', [
.subtitle("Let's check if your device is compatible. If you're sure it is, instructions for activation is right here.")
.buttons([
builder.CardAction.openUrl(session, 'http://new.digi.com.my/services/volte', 'Check'),
builder.CardAction.imBack(session, "Activate Volte", "Activate Volte")
builder.CardAction.imBack(session, "VoLTE Activation", "Activation")
.images([ builder.CardImage.create(session, imagedir + '/images/FAQ-Activate-Volte.jpg') ])
])
]);
Expand All @@ -1308,7 +1308,7 @@ bot.dialog('ActivateVolte', [
function (session) {
trackBotEvent(session, 'menu|OtherQuestions|AllAboutMyAccount|AllAboutMyAccount2|HowToActivateVolte|ActivateVolte',1);

session.send("You can follow the steps below");
session.send("You can follow the steps below");
var respCards = new builder.Message(session)
.attachmentLayout(builder.AttachmentLayout.carousel)
.attachments([
Expand Down Expand Up @@ -1339,7 +1339,7 @@ bot.dialog('ActivateVolte', [
session.replaceDialog('menu');
}
]).triggerAction({
matches: /(Activate Volte)/i
matches: /(VoLTE Activation)/
});

// R.4.0.6.2 - menu|OtherQuestions|AllAboutMyAccount|AllAboutMyAccount2|HowToPortIn
Expand Down
6 changes: 3 additions & 3 deletions botchat.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ body .wc-app, .wc-app button, .wc-app input, .wc-app textarea {
z-index: 1; }

.wc-header-icon{
border-radius: 30px;
border: 1px solid #ccc;

}
.wc-header-text {
position: absolute;
left: 40px;
left: 45px;
margin-top: 4px;
}
.wc-header-menu {
float: right;
Expand Down

0 comments on commit 7c5d834

Please sign in to comment.