Mutual Fund Services - Yono (2024)

Ask Sia

SIA is Typing...

Mutual Fund Services - Yono (2)

character(s) remaining

Thank you for sharing your feedback!

Your Feedback Matters!

Are you a SBI customer?

(Please enter your 10 digit Indian mobile Number)

Mutual Fund Services - Yono (3)

'+ getTime()+ '

';text = text + '

';jQuery("#chat_box_overflow").html("");jQuery("#chat_box_overflow").append(text);jQuery('#chat_box_overflow').scrollTop(jQuery('#chat_box_overflow').height()* jQuery('#chat_box_overflow').height());} else {resposne = resposne.replace(/

/g,'');msg_counter = msg_counter + 1;intentName = data.intentName;var text = '

Mutual Fund Services - Yono (4)';text = text + '

'+ resposne + '

' + getTime()+ '

';var suggestions = data.suggestions;for (var i = 0; i < suggestions.length; i++) {text = text+ '';}text = text + '

';jQuery("#chat_box_overflow").html("");jQuery("#chat_box_overflow").append(text);jQuery('#chat_box_overflow').scrollTop(jQuery('#chat_box_overflow').height()* jQuery('#chat_box_overflow').height());}}});}function fetchQueryResponse(query) {var counter = msg_counter;var chatId = chat_id;var intent = intentName;jQuery("#query").attr('disabled', 'disabled');jQuery("#query").val("");query = encodeURI(query);var url = 'https://sbi.co.in/web/yono/mutual-fund-services?p_p_id=ChatBotPortlet&p_p_lifecycle=2&p_p_state=normal&p_p_mode=view&p_p_resource_id=chat&p_p_cacheability=cacheLevelPage';jQuery.ajax({url : url,type : "post",dataType : "json",crossDomain : true,data : {"_ChatBotPortlet_userInputMessage" : query,"_ChatBotPortlet_isConfirmation" : "false","_ChatBotPortlet_botResponseMessage2" : "","_ChatBotPortlet_defaultIntentName" : "root_WhatYono","_ChatBotPortlet_botResponseMessage1" : "","_ChatBotPortlet_intentName1" : "","_ChatBotPortlet_botResponseMessage" : "","_ChatBotPortlet_intentName2" : "","_ChatBotPortlet_conversationID" : chatId,"_ChatBotPortlet_speechBotResponseMessage" : "","_ChatBotPortlet_intentName0" : "","_ChatBotPortlet_suggestions" : [],"_ChatBotPortlet_speechID" : "","_ChatBotPortlet_recommendations" : [],"_ChatBotPortlet_messageCounter" : counter,"_ChatBotPortlet_intentName" : intent,"_ChatBotPortlet_channel" : "MB"},success : function(data) {jQuery(".typing").hide();initialResponse = true;jQuery("#query").removeAttr('disabled');var resposne = data.botResponseMessage;if (typeof resposne === "undefined") {msg_counter = msg_counter + 1;intentName = data.intentName;var text = '

Mutual Fund Services - Yono (5)';text = text+ '

SIA is Currently Not available. Please try after some time

'+ getTime()+ '

';text = text + '

';jQuery("#chat_box_overflow").html("");jQuery("#chat_box_overflow").append(text);$('#chat_box_overflow').animate({scrollTop : $('#chat_box_overflow').prop("scrollHeight")});} else {resposne = resposne.replace(//g,'');msg_counter = msg_counter + 1;intentName = data.intentName;var text = '

Mutual Fund Services - Yono (6)';text = text + '

'+ resposne + '

' + getTime()+ '

';var suggestions = data.suggestions;for (var i = 0; i < suggestions.length; i++) {text = text+ '';}text = text + '

';jQuery("#chat_box_overflow").append(text);jQuery('#chat_box_overflow').scrollTop(jQuery('#chat_box_overflow').height()* jQuery('#chat_box_overflow').height());jQuery("#chat_likes").css("display", "block");}}});}function setUserResponse(sentence) {var text = '

Mutual Fund Services - Yono (7)

'+ sentence+ '

'+ getTime()+ '
';jQuery('#chat_box_overflow').scrollTop(jQuery('#chat_box_overflow').height()* jQuery('#chat_box_overflow').height());jQuery("#chat_box_overflow").append(text);}function callAlt(text, e) {var isDisabled = $('#query').prop('disabled');if (!isDisabled) {var query = $(e).text();var newStr = text.replace(/%20/g, " ");jQuery(".typing").show();setUserResponse(query);fetchQueryResponse(newStr);}}jQuery('#query').keypress(function(e) {var key = (event.keyCode ? event.keyCode : event.which);if (key == 13) {jQuery("#query_counter").html("300");var sentence = jQuery("#query").val();sentence = jQuery(jQuery.parseHTML(sentence)).text();if (sentence.length == 0) {jQuery("#query").val("");return;}var query = jQuery("#query").val();jQuery("#query").attr('disabled', true);$(".typing").show();setUserResponse(sentence);fetchQueryResponse(query);}});jQuery("#query_img").on('click',function() {jQuery("#query_counter").html("300");if ((jQuery.trim(jQuery('#query').val()) != '')&& (jQuery("#query").val()).length < 300) {var sentence = jQuery("#query").val();sentence = jQuery(jQuery.parseHTML(sentence)).text();if (sentence.length == 0) {jQuery("#query").val("");return;}var query = jQuery("#query").val();jQuery(".typing").show();setUserResponse(sentence);fetchQueryResponse(query);}});function scroll() {$('#chat_box_overflow').scrollTop($('#chat_box_overflow').height()* $('#chat_box_overflow').height());}jQuery('#chat_box').on('click', '.feedback', function() {var id = $(this).attr('id');jQuery("#feedback" + id).addClass('img_opc');if (id == "0") {if ($("#feedback1").hasClass('img_opc')) {jQuery("#feedback1").removeClass('img_opc')}}if (id == "1") {if (jQuery("#feedback0").hasClass('img_opc')) {jQuery("#feedback0").removeClass('img_opc')}}feedback(id);});function feedback(code) {var chatId = chat_id;var url = 'https://sbi.co.in/web/yono/mutual-fund-services?p_p_id=ChatBotPortlet&p_p_lifecycle=2&p_p_state=normal&p_p_mode=view&p_p_resource_id=feedback&p_p_cacheability=cacheLevelPage';jQuery.ajax({url : url,type : "post",dataType : "json",crossDomain : true,data : {"conversationID" : chatId,"messageCounter" : "0","feedBackStatus" : code,"feedBackNo" : "0"},success : function(data) {}});}jQuery('#chat_box_overflow').on('click', '.chat_grid_list_a', function() {var isDisabled = jQuery('#query').prop('disabled');if (!isDisabled) {jQuery(this).attr('disabled', true);var query = jQuery(this).text();jQuery(".typing").show();setUserResponse(query);fetchQueryResponse(query);}});jQuery('#chat_box').on('click', '.refresh_chat', function() {jQuery("#chat_box_overflow").empty();jQuery("#query_counter").html("300");jQuery("#query").val("");msg_counter = "";intentName = "";initialResponse = false;setInitialResponse();});function getTime() {var d = new Date();var hours = d.getHours().toString();var minutes = d.getMinutes().toString();var timeFlag = "AM";if (parseInt(hours) > 12) {hours = hours - 12;timeFlag = "PM";}if (hours.length == 1) {hours = "0" + hours;}if (minutes.length == 1) {minutes = "0" + minutes;}var time = hours + ":" + minutes + " " + timeFlag;return time;}
Mutual Fund Services - Yono (2024)
Top Articles
What Are the Benefits of Getting a Green Card?
S&P Target Date To 2035 Index
Pollen Count Los Altos
No Hard Feelings Showtimes Near Metropolitan Fiesta 5 Theatre
Craigslist Houses For Rent In Denver Colorado
Frederick County Craigslist
Star Sessions Imx
Obituaries
2022 Apple Trade P36
Baseball-Reference Com
Daniela Antury Telegram
Hmr Properties
Enderal:Ausrüstung – Sureai
Breakroom Bw
Help with Choosing Parts
Elbasha Ganash Corporation · 2521 31st Ave, Apt B21, Astoria, NY 11106
Guilford County | NCpedia
Condogames Xyz Discord
Immortal Ink Waxahachie
Ostateillustrated Com Message Boards
Beebe Portal Athena
Apply for a credit card
Diakimeko Leaks
Gazette Obituary Colorado Springs
Rubber Ducks Akron Score
Walgreens Bunce Rd
F45 Training O'fallon Il Photos
Bn9 Weather Radar
Restored Republic June 16 2023
Intel K vs KF vs F CPUs: What's the Difference?
Obituaries, 2001 | El Paso County, TXGenWeb
24 Hour Drive Thru Car Wash Near Me
How often should you visit your Barber?
Delta Rastrear Vuelo
15 Downer Way, Crosswicks, NJ 08515 - MLS NJBL2072416 - Coldwell Banker
Ixl Lausd Northwest
Robot or human?
Quake Awakening Fragments
Jewish Federation Of Greater Rochester
Banana Republic Rewards Login
Blasphemous Painting Puzzle
Toth Boer Goats
Appraisalport Com Dashboard Orders
Low Tide In Twilight Manga Chapter 53
Dispensaries Open On Christmas 2022
Vintage Stock Edmond Ok
Toomics - Die unendliche Welt der Comics online
All Weapon Perks and Status Effects - Conan Exiles | Game...
Tom Kha Gai Soup Near Me
877-552-2666
Wieting Funeral Home '' Obituaries
Unity Webgl Extreme Race
Latest Posts
Article information

Author: Twana Towne Ret

Last Updated:

Views: 5616

Rating: 4.3 / 5 (64 voted)

Reviews: 87% of readers found this page helpful

Author information

Name: Twana Towne Ret

Birthday: 1994-03-19

Address: Apt. 990 97439 Corwin Motorway, Port Eliseoburgh, NM 99144-2618

Phone: +5958753152963

Job: National Specialist

Hobby: Kayaking, Photography, Skydiving, Embroidery, Leather crafting, Orienteering, Cooking

Introduction: My name is Twana Towne Ret, I am a famous, talented, joyous, perfect, powerful, inquisitive, lovely person who loves writing and wants to share my knowledge and understanding with you.