{"id":272730,"date":"2025-08-20T11:30:33","date_gmt":"2025-08-20T11:30:33","guid":{"rendered":"https:\/\/www.revechat.com\/?post_type=help-center&#038;p=272730"},"modified":"2026-04-29T06:49:55","modified_gmt":"2026-04-29T06:49:55","slug":"chatbot-api","status":"publish","type":"help-center","link":"https:\/\/www.revechat.com\/help-center\/chatbot-api\/","title":{"rendered":"Chatbot API"},"content":{"rendered":"\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Get all Chatbot in the Account<\/h2>\n\n\n\n<p>To access all data use the below CURL replacing {account_id} from your account.<\/p>\n\n\n\n<p><a href=\"https:\/\/www.revechat.com\/help-center\/introduction-to-rest-api\/#how-to-get-your-account-id\" target=\"_blank\" rel=\"noreferrer noopener\">Learn how to get your Account ID.<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/www.revechat.com\/help-center\/introduction-to-rest-api\/#how-to-get-your-authorization-key\" target=\"_blank\" rel=\"noreferrer noopener\">Learn how to get Authorization key.<\/a><\/p>\n\n\n\n<pre class=\"wp-block-prismatic-blocks\"><code class=\"language-bash\">curl --location -g &#039;https:\/\/api.revechat.com\/api\/bots\/{account_id}\/&#039; \\\n--header &#039;Authorization: paste your authorization key here&#039; \\\n--data &#039;&#039;<\/code><\/pre>\n\n\n\n<h5 class=\"wp-block-heading\">Example:<\/h5>\n\n\n\n<pre class=\"wp-block-prismatic-blocks\"><code class=\"language-bash\">curl --location &#039;https:\/\/api.revechat.com\/api\/bots\/8683034&#039; \\\n--header &#039;Authorization: eyJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50SWQiOiI4NjgzMDM0Iiwic3ViIjoiYXV0aG9yaXphdGlvbiIsImV4cCI6MTc1ODI3OTA4OSwiaWF0IjoxNzU1Njg3MDg5fQ.o9l9YaVLF0DWSfbHTHKCrOfv7L4DouKgbLiWA9dm85I&#039; \\\n--header &#039;Cookie: revechatLocaleCookie=en&#039;<\/code><\/pre>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<details class=\"wp-block-details is-layout-flow wp-block-details-is-layout-flow\"><summary>View Success Response<\/summary>\n<pre class=\"wp-block-prismatic-blocks\"><code class=\"language-\">{\n    &quot;status&quot;: &quot;success&quot;,\n    &quot;message&quot;: &quot;found&quot;,\n    &quot;body&quot;: [\n        {\n            &quot;id&quot;: 15597,\n            &quot;accountId&quot;: &quot;8683034&quot;,\n            &quot;botUUId&quot;: &quot;05d685aa-0a24-4f49-a9f3-7005eae927ca&quot;,\n            &quot;botName&quot;: &quot;AnowerDBas&quot;,\n            &quot;lastUpdate&quot;: 1755085017107,\n            &quot;avatarName&quot;: &quot;BOT-Avatar-101.png&quot;,\n            &quot;enabledSocialChannels&quot;: [],\n            &quot;sampleBot&quot;: 0,\n            &quot;displayName&quot;: &quot;Anower&quot;,\n            &quot;tagLine&quot;: null,\n            &quot;triggerEvent&quot;: {\n                &quot;event&quot;: {\n                    &quot;name&quot;: &quot;click&quot;,\n                    &quot;payload&quot;: {\n                        &quot;time&quot;: null,\n                        &quot;url&quot;: null,\n                        &quot;isExactMatch&quot;: null\n                    }\n                },\n                &quot;priority&quot;: {\n                    &quot;option&quot;: 2\n                },\n                &quot;online&quot;: null,\n                &quot;offline&quot;: null\n            },\n            &quot;isWebChannelEnabled&quot;: 0,\n            &quot;isDraft&quot;: 0,\n            &quot;fallbackSettings&quot;: {\n                &quot;default_message&quot;: &quot;Sorry! I am still learning :) Can you please be more specific to your query?&quot;,\n                &quot;failed_to_answer&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;repeat_query&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;trigger_flow_on_chat_close&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;offline_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;online_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;satisfaction_survey&quot;: {\n                    &quot;type&quot;: &quot;CLOSE_CHAT&quot;,\n                    &quot;message&quot;: &quot;This chat session has been closed due to long period of unavailability.&quot;,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: &quot;5&quot;,\n                    &quot;enabled&quot;: false\n                },\n                &quot;sentiment&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;authInfoDto&quot;: {\n                    &quot;maxExpiryMinutes&quot;: null,\n                    &quot;otpNode&quot;: -1,\n                    &quot;authRequiredType&quot;: null,\n                    &quot;enabled&quot;: false\n                }\n            },\n            &quot;googleLogin&quot;: {\n                &quot;authCode&quot;: null,\n                &quot;email&quot;: null,\n                &quot;fullName&quot;: null,\n                &quot;refreshToken&quot;: null,\n                &quot;accessToken&quot;: null,\n                &quot;botId&quot;: null\n            },\n            &quot;botAccuracyLevel&quot;: 0.5,\n            &quot;greetingMessage&quot;: null,\n            &quot;languageMessage&quot;: &quot;{\\&quot;message\\&quot;:\\&quot;\\&quot;,\\&quot;title\\&quot;:\\&quot;\\&quot;,\\&quot;code\\&quot;:\\&quot;bn\\&quot;}&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;metaInfo&quot;: null,\n            &quot;isBotEnabled&quot;: 1,\n            &quot;webpageSettings&quot;: &quot;{\\&quot;triggerFor\\&quot;:\\&quot;all\\&quot;,\\&quot;isTriggerByClickingBanner\\&quot;:true,\\&quot;isTriggerBasedOnDuration\\&quot;:false,\\&quot;triggerDuration\\&quot;:0}&quot;,\n            &quot;isMobileSdkChannelEnabled&quot;: null,\n            &quot;isKnowledgebaseConnected&quot;: 0,\n            &quot;buildWith&quot;: &quot;CUSTOM&quot;,\n            &quot;startNodeId&quot;: 622116,\n            &quot;positionX&quot;: -282.0,\n            &quot;positionY&quot;: -118.5,\n            &quot;languageCode&quot;: &quot;en&quot;,\n            &quot;isUpdated&quot;: false,\n            &quot;version&quot;: 0,\n            &quot;assignedDepartments&quot;: null\n        },\n        {\n            &quot;id&quot;: 14454,\n            &quot;accountId&quot;: &quot;8683034&quot;,\n            &quot;botUUId&quot;: &quot;8219ebf4-5e05-48d9-92b8-2f2473f81f77&quot;,\n            &quot;botName&quot;: &quot;New bot&quot;,\n            &quot;lastUpdate&quot;: 1754808727124,\n            &quot;avatarName&quot;: &quot;BOT-Avatar-101.png&quot;,\n            &quot;enabledSocialChannels&quot;: [],\n            &quot;sampleBot&quot;: 0,\n            &quot;displayName&quot;: &quot;Test&quot;,\n            &quot;tagLine&quot;: null,\n            &quot;triggerEvent&quot;: {\n                &quot;event&quot;: {\n                    &quot;name&quot;: &quot;click&quot;,\n                    &quot;payload&quot;: {\n                        &quot;time&quot;: null,\n                        &quot;url&quot;: null,\n                        &quot;isExactMatch&quot;: null\n                    }\n                },\n                &quot;priority&quot;: {\n                    &quot;option&quot;: 2\n                },\n                &quot;online&quot;: null,\n                &quot;offline&quot;: null\n            },\n            &quot;isWebChannelEnabled&quot;: 0,\n            &quot;isDraft&quot;: 0,\n            &quot;fallbackSettings&quot;: {\n                &quot;default_message&quot;: &quot;Sorry! I am still learning :) Can you please be more specific to your query?&quot;,\n                &quot;failed_to_answer&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;repeat_query&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;trigger_flow_on_chat_close&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;offline_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;online_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;satisfaction_survey&quot;: {\n                    &quot;type&quot;: &quot;CLOSE_CHAT&quot;,\n                    &quot;message&quot;: &quot;This chat session has been closed due to long period of unavailability.&quot;,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: &quot;5&quot;,\n                    &quot;enabled&quot;: false\n                },\n                &quot;sentiment&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;authInfoDto&quot;: {\n                    &quot;maxExpiryMinutes&quot;: null,\n                    &quot;otpNode&quot;: -1,\n                    &quot;authRequiredType&quot;: null,\n                    &quot;enabled&quot;: false\n                }\n            },\n            &quot;googleLogin&quot;: {\n                &quot;authCode&quot;: null,\n                &quot;email&quot;: null,\n                &quot;fullName&quot;: null,\n                &quot;refreshToken&quot;: null,\n                &quot;accessToken&quot;: null,\n                &quot;botId&quot;: null\n            },\n            &quot;botAccuracyLevel&quot;: 0.5,\n            &quot;greetingMessage&quot;: null,\n            &quot;languageMessage&quot;: &quot;{\\&quot;message\\&quot;:\\&quot;\\&quot;,\\&quot;title\\&quot;:\\&quot;\\&quot;,\\&quot;code\\&quot;:\\&quot;bn\\&quot;}&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;metaInfo&quot;: null,\n            &quot;isBotEnabled&quot;: 1,\n            &quot;webpageSettings&quot;: &quot;{\\&quot;triggerFor\\&quot;:\\&quot;all\\&quot;,\\&quot;isTriggerByClickingBanner\\&quot;:true,\\&quot;isTriggerBasedOnDuration\\&quot;:false,\\&quot;triggerDuration\\&quot;:0}&quot;,\n            &quot;isMobileSdkChannelEnabled&quot;: null,\n            &quot;isKnowledgebaseConnected&quot;: 1,\n            &quot;buildWith&quot;: &quot;GEN_AI&quot;,\n            &quot;startNodeId&quot;: 622277,\n            &quot;positionX&quot;: 0.0,\n            &quot;positionY&quot;: 140.5,\n            &quot;languageCode&quot;: &quot;en&quot;,\n            &quot;isUpdated&quot;: false,\n            &quot;version&quot;: 0,\n            &quot;assignedDepartments&quot;: null\n        },\n        {\n            &quot;id&quot;: 14431,\n            &quot;accountId&quot;: &quot;8683034&quot;,\n            &quot;botUUId&quot;: &quot;e9c10cea-0263-4f6d-822f-83a4c97e6fa0&quot;,\n            &quot;botName&quot;: &quot;prime bank bot test afzal 2&quot;,\n            &quot;lastUpdate&quot;: 1748754306703,\n            &quot;avatarName&quot;: &quot;BOT-Avatar-101.png&quot;,\n            &quot;enabledSocialChannels&quot;: [],\n            &quot;sampleBot&quot;: 0,\n            &quot;displayName&quot;: &quot;prime bank bot test afzal 2&quot;,\n            &quot;tagLine&quot;: null,\n            &quot;triggerEvent&quot;: {\n                &quot;event&quot;: {\n                    &quot;name&quot;: &quot;click&quot;,\n                    &quot;payload&quot;: {\n                        &quot;time&quot;: null,\n                        &quot;url&quot;: null,\n                        &quot;isExactMatch&quot;: null\n                    }\n                },\n                &quot;priority&quot;: {\n                    &quot;option&quot;: 2\n                },\n                &quot;online&quot;: null,\n                &quot;offline&quot;: null\n            },\n            &quot;isWebChannelEnabled&quot;: 0,\n            &quot;isDraft&quot;: 1,\n            &quot;fallbackSettings&quot;: {\n                &quot;default_message&quot;: &quot;Sorry! I am still learning :) Can you please be more specific to your query?&quot;,\n                &quot;failed_to_answer&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;repeat_query&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;trigger_flow_on_chat_close&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;offline_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;online_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;satisfaction_survey&quot;: {\n                    &quot;type&quot;: &quot;CLOSE_CHAT&quot;,\n                    &quot;message&quot;: &quot;This chat session has been closed due to long period of unavailability.&quot;,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: &quot;5&quot;,\n                    &quot;enabled&quot;: false\n                },\n                &quot;sentiment&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;authInfoDto&quot;: {\n                    &quot;maxExpiryMinutes&quot;: null,\n                    &quot;otpNode&quot;: -1,\n                    &quot;authRequiredType&quot;: null,\n                    &quot;enabled&quot;: false\n                }\n            },\n            &quot;googleLogin&quot;: {\n                &quot;authCode&quot;: null,\n                &quot;email&quot;: null,\n                &quot;fullName&quot;: null,\n                &quot;refreshToken&quot;: null,\n                &quot;accessToken&quot;: null,\n                &quot;botId&quot;: null\n            },\n            &quot;botAccuracyLevel&quot;: 0.5,\n            &quot;greetingMessage&quot;: null,\n            &quot;languageMessage&quot;: &quot;{\\&quot;message\\&quot;:\\&quot;\\&quot;,\\&quot;title\\&quot;:\\&quot;\\&quot;,\\&quot;code\\&quot;:\\&quot;bn\\&quot;}&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;metaInfo&quot;: null,\n            &quot;isBotEnabled&quot;: 1,\n            &quot;webpageSettings&quot;: &quot;{\\&quot;triggerFor\\&quot;:\\&quot;all\\&quot;,\\&quot;isTriggerByClickingBanner\\&quot;:true,\\&quot;isTriggerBasedOnDuration\\&quot;:false,\\&quot;triggerDuration\\&quot;:0}&quot;,\n            &quot;isMobileSdkChannelEnabled&quot;: null,\n            &quot;isKnowledgebaseConnected&quot;: 1,\n            &quot;buildWith&quot;: &quot;GEN_AI&quot;,\n            &quot;startNodeId&quot;: 606986,\n            &quot;positionX&quot;: -114.5,\n            &quot;positionY&quot;: -79.5,\n            &quot;languageCode&quot;: &quot;en&quot;,\n            &quot;isUpdated&quot;: false,\n            &quot;version&quot;: 0,\n            &quot;assignedDepartments&quot;: null\n        },\n        {\n            &quot;id&quot;: 14430,\n            &quot;accountId&quot;: &quot;8683034&quot;,\n            &quot;botUUId&quot;: &quot;57e1a67c-ce13-45f0-945b-2bc176cceeb3&quot;,\n            &quot;botName&quot;: &quot;prime bank bot test afzal&quot;,\n            &quot;lastUpdate&quot;: 1748753798052,\n            &quot;avatarName&quot;: &quot;BOT-Avatar-101.png&quot;,\n            &quot;enabledSocialChannels&quot;: [],\n            &quot;sampleBot&quot;: 0,\n            &quot;displayName&quot;: &quot;prime bank bot test afzal&quot;,\n            &quot;tagLine&quot;: null,\n            &quot;triggerEvent&quot;: {\n                &quot;event&quot;: {\n                    &quot;name&quot;: &quot;click&quot;,\n                    &quot;payload&quot;: {\n                        &quot;time&quot;: null,\n                        &quot;url&quot;: null,\n                        &quot;isExactMatch&quot;: null\n                    }\n                },\n                &quot;priority&quot;: {\n                    &quot;option&quot;: 2\n                },\n                &quot;online&quot;: null,\n                &quot;offline&quot;: null\n            },\n            &quot;isWebChannelEnabled&quot;: 0,\n            &quot;isDraft&quot;: 1,\n            &quot;fallbackSettings&quot;: {\n                &quot;default_message&quot;: &quot;Sorry! I am still learning :) Can you please be more specific to your query?&quot;,\n                &quot;failed_to_answer&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;repeat_query&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;trigger_flow_on_chat_close&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;offline_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;online_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;satisfaction_survey&quot;: {\n                    &quot;type&quot;: &quot;CLOSE_CHAT&quot;,\n                    &quot;message&quot;: &quot;This chat session has been closed due to long period of unavailability.&quot;,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: &quot;5&quot;,\n                    &quot;enabled&quot;: false\n                },\n                &quot;sentiment&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;authInfoDto&quot;: {\n                    &quot;maxExpiryMinutes&quot;: null,\n                    &quot;otpNode&quot;: -1,\n                    &quot;authRequiredType&quot;: null,\n                    &quot;enabled&quot;: false\n                }\n            },\n            &quot;googleLogin&quot;: {\n                &quot;authCode&quot;: null,\n                &quot;email&quot;: null,\n                &quot;fullName&quot;: null,\n                &quot;refreshToken&quot;: null,\n                &quot;accessToken&quot;: null,\n                &quot;botId&quot;: null\n            },\n            &quot;botAccuracyLevel&quot;: 0.5,\n            &quot;greetingMessage&quot;: null,\n            &quot;languageMessage&quot;: &quot;{\\&quot;message\\&quot;:\\&quot;\\&quot;,\\&quot;title\\&quot;:\\&quot;\\&quot;,\\&quot;code\\&quot;:\\&quot;bn\\&quot;}&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;metaInfo&quot;: null,\n            &quot;isBotEnabled&quot;: 1,\n            &quot;webpageSettings&quot;: &quot;{\\&quot;triggerFor\\&quot;:\\&quot;all\\&quot;,\\&quot;isTriggerByClickingBanner\\&quot;:true,\\&quot;isTriggerBasedOnDuration\\&quot;:false,\\&quot;triggerDuration\\&quot;:0}&quot;,\n            &quot;isMobileSdkChannelEnabled&quot;: null,\n            &quot;isKnowledgebaseConnected&quot;: 1,\n            &quot;buildWith&quot;: &quot;GEN_AI&quot;,\n            &quot;startNodeId&quot;: 606976,\n            &quot;positionX&quot;: null,\n            &quot;positionY&quot;: null,\n            &quot;languageCode&quot;: &quot;en&quot;,\n            &quot;isUpdated&quot;: false,\n            &quot;version&quot;: 0,\n            &quot;assignedDepartments&quot;: null\n        },\n        {\n            &quot;id&quot;: 14415,\n            &quot;accountId&quot;: &quot;8683034&quot;,\n            &quot;botUUId&quot;: &quot;d172e7e5-c0de-4b37-a52c-79d2ae9a90e9&quot;,\n            &quot;botName&quot;: &quot;Lead bot&quot;,\n            &quot;lastUpdate&quot;: 1748939067967,\n            &quot;avatarName&quot;: &quot;BOT-Avatar-101.png&quot;,\n            &quot;enabledSocialChannels&quot;: [],\n            &quot;sampleBot&quot;: 0,\n            &quot;displayName&quot;: &quot;Test&quot;,\n            &quot;tagLine&quot;: null,\n            &quot;triggerEvent&quot;: {\n                &quot;event&quot;: {\n                    &quot;name&quot;: &quot;click&quot;,\n                    &quot;payload&quot;: {\n                        &quot;time&quot;: null,\n                        &quot;url&quot;: null,\n                        &quot;isExactMatch&quot;: null\n                    }\n                },\n                &quot;priority&quot;: {\n                    &quot;option&quot;: 2\n                },\n                &quot;online&quot;: null,\n                &quot;offline&quot;: null\n            },\n            &quot;isWebChannelEnabled&quot;: 0,\n            &quot;isDraft&quot;: 1,\n            &quot;fallbackSettings&quot;: {\n                &quot;default_message&quot;: &quot;Sorry! I am still learning :) Can you please be more specific to your query?&quot;,\n                &quot;failed_to_answer&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;repeat_query&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;trigger_flow_on_chat_close&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;offline_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;online_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;satisfaction_survey&quot;: {\n                    &quot;type&quot;: &quot;CLOSE_CHAT&quot;,\n                    &quot;message&quot;: &quot;This chat session has been closed due to long period of unavailability.&quot;,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: &quot;5&quot;,\n                    &quot;enabled&quot;: false\n                },\n                &quot;sentiment&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;authInfoDto&quot;: {\n                    &quot;maxExpiryMinutes&quot;: null,\n                    &quot;otpNode&quot;: -1,\n                    &quot;authRequiredType&quot;: null,\n                    &quot;enabled&quot;: false\n                }\n            },\n            &quot;googleLogin&quot;: {\n                &quot;authCode&quot;: null,\n                &quot;email&quot;: null,\n                &quot;fullName&quot;: null,\n                &quot;refreshToken&quot;: null,\n                &quot;accessToken&quot;: null,\n                &quot;botId&quot;: null\n            },\n            &quot;botAccuracyLevel&quot;: 0.5,\n            &quot;greetingMessage&quot;: null,\n            &quot;languageMessage&quot;: &quot;{\\&quot;message\\&quot;:\\&quot;\\&quot;,\\&quot;title\\&quot;:\\&quot;\\&quot;,\\&quot;code\\&quot;:\\&quot;bn\\&quot;}&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;metaInfo&quot;: null,\n            &quot;isBotEnabled&quot;: 1,\n            &quot;webpageSettings&quot;: &quot;{\\&quot;triggerFor\\&quot;:\\&quot;all\\&quot;,\\&quot;isTriggerByClickingBanner\\&quot;:true,\\&quot;isTriggerBasedOnDuration\\&quot;:false,\\&quot;triggerDuration\\&quot;:0}&quot;,\n            &quot;isMobileSdkChannelEnabled&quot;: null,\n            &quot;isKnowledgebaseConnected&quot;: 0,\n            &quot;buildWith&quot;: &quot;CUSTOM&quot;,\n            &quot;startNodeId&quot;: 606304,\n            &quot;positionX&quot;: -58.62,\n            &quot;positionY&quot;: -8.59,\n            &quot;languageCode&quot;: &quot;en&quot;,\n            &quot;isUpdated&quot;: false,\n            &quot;version&quot;: 0,\n            &quot;assignedDepartments&quot;: null\n        },\n        {\n            &quot;id&quot;: 14413,\n            &quot;accountId&quot;: &quot;8683034&quot;,\n            &quot;botUUId&quot;: &quot;c6c11a92-1070-439d-8fb1-6c221c0f8483&quot;,\n            &quot;botName&quot;: &quot;FAQ Bot&quot;,\n            &quot;lastUpdate&quot;: 1748337797697,\n            &quot;avatarName&quot;: &quot;Question.png&quot;,\n            &quot;enabledSocialChannels&quot;: [],\n            &quot;sampleBot&quot;: 0,\n            &quot;displayName&quot;: &quot;FAQ Bot&quot;,\n            &quot;tagLine&quot;: &quot;Virtual Assistant&quot;,\n            &quot;triggerEvent&quot;: {\n                &quot;event&quot;: {\n                    &quot;name&quot;: &quot;click&quot;,\n                    &quot;payload&quot;: {\n                        &quot;time&quot;: null,\n                        &quot;url&quot;: null,\n                        &quot;isExactMatch&quot;: null\n                    }\n                },\n                &quot;priority&quot;: {\n                    &quot;option&quot;: 2\n                },\n                &quot;online&quot;: null,\n                &quot;offline&quot;: null\n            },\n            &quot;isWebChannelEnabled&quot;: 0,\n            &quot;isDraft&quot;: 1,\n            &quot;fallbackSettings&quot;: {\n                &quot;default_message&quot;: &quot;Sorry! I am still learning :) Can you please be more specific to your query?&quot;,\n                &quot;failed_to_answer&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;repeat_query&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;trigger_flow_on_chat_close&quot;: null,\n                &quot;offline_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;online_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;satisfaction_survey&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: &quot;300&quot;,\n                    &quot;enabled&quot;: false\n                },\n                &quot;sentiment&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;authInfoDto&quot;: {\n                    &quot;maxExpiryMinutes&quot;: null,\n                    &quot;otpNode&quot;: -1,\n                    &quot;authRequiredType&quot;: null,\n                    &quot;enabled&quot;: false\n                }\n            },\n            &quot;googleLogin&quot;: {\n                &quot;authCode&quot;: null,\n                &quot;email&quot;: null,\n                &quot;fullName&quot;: null,\n                &quot;refreshToken&quot;: null,\n                &quot;accessToken&quot;: null,\n                &quot;botId&quot;: null\n            },\n            &quot;botAccuracyLevel&quot;: 0.5,\n            &quot;greetingMessage&quot;: null,\n            &quot;languageMessage&quot;: &quot;{\\&quot;title\\&quot;:\\&quot;\\&quot;}&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;metaInfo&quot;: null,\n            &quot;isBotEnabled&quot;: 1,\n            &quot;webpageSettings&quot;: &quot;{\\&quot;triggerFor\\&quot;:\\&quot;all\\&quot;,\\&quot;isTriggerByClickingBanner\\&quot;:true,\\&quot;isTriggerBasedOnDuration\\&quot;:false,\\&quot;triggerDuration\\&quot;:0}&quot;,\n            &quot;isMobileSdkChannelEnabled&quot;: 0,\n            &quot;isKnowledgebaseConnected&quot;: 0,\n            &quot;buildWith&quot;: &quot;CUSTOM&quot;,\n            &quot;startNodeId&quot;: 606287,\n            &quot;positionX&quot;: 0.0,\n            &quot;positionY&quot;: 1449.0,\n            &quot;languageCode&quot;: &quot;en&quot;,\n            &quot;isUpdated&quot;: false,\n            &quot;version&quot;: 0,\n            &quot;assignedDepartments&quot;: null\n        },\n        {\n            &quot;id&quot;: 14376,\n            &quot;accountId&quot;: &quot;8683034&quot;,\n            &quot;botUUId&quot;: &quot;816bcd81-b51b-41cb-a99e-ccbc2d878b9e&quot;,\n            &quot;botName&quot;: &quot;Stc knowledgebase&quot;,\n            &quot;lastUpdate&quot;: 1746436801984,\n            &quot;avatarName&quot;: &quot;BOT-Avatar-101.png&quot;,\n            &quot;enabledSocialChannels&quot;: [],\n            &quot;sampleBot&quot;: 0,\n            &quot;displayName&quot;: &quot;AI Bot&quot;,\n            &quot;tagLine&quot;: &quot;Your AI Assistant&quot;,\n            &quot;triggerEvent&quot;: {\n                &quot;event&quot;: {\n                    &quot;name&quot;: &quot;click&quot;,\n                    &quot;payload&quot;: {\n                        &quot;time&quot;: null,\n                        &quot;url&quot;: null,\n                        &quot;isExactMatch&quot;: null\n                    }\n                },\n                &quot;priority&quot;: {\n                    &quot;option&quot;: 2\n                },\n                &quot;online&quot;: null,\n                &quot;offline&quot;: null\n            },\n            &quot;isWebChannelEnabled&quot;: 0,\n            &quot;isDraft&quot;: 0,\n            &quot;fallbackSettings&quot;: {\n                &quot;default_message&quot;: &quot;Sorry! I am still learning :) Can you please be more specific to your query?&quot;,\n                &quot;failed_to_answer&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;repeat_query&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;trigger_flow_on_chat_close&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;offline_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;online_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;satisfaction_survey&quot;: {\n                    &quot;type&quot;: &quot;CLOSE_CHAT&quot;,\n                    &quot;message&quot;: &quot;This chat session has been closed due to long period of unavailability.&quot;,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: &quot;5&quot;,\n                    &quot;enabled&quot;: false\n                },\n                &quot;sentiment&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;authInfoDto&quot;: {\n                    &quot;maxExpiryMinutes&quot;: null,\n                    &quot;otpNode&quot;: -1,\n                    &quot;authRequiredType&quot;: null,\n                    &quot;enabled&quot;: false\n                }\n            },\n            &quot;googleLogin&quot;: {\n                &quot;authCode&quot;: null,\n                &quot;email&quot;: null,\n                &quot;fullName&quot;: null,\n                &quot;refreshToken&quot;: null,\n                &quot;accessToken&quot;: null,\n                &quot;botId&quot;: null\n            },\n            &quot;botAccuracyLevel&quot;: 0.5,\n            &quot;greetingMessage&quot;: null,\n            &quot;languageMessage&quot;: &quot;{\\&quot;message\\&quot;:\\&quot;\\&quot;,\\&quot;title\\&quot;:\\&quot;\\&quot;,\\&quot;code\\&quot;:\\&quot;bn\\&quot;}&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;metaInfo&quot;: null,\n            &quot;isBotEnabled&quot;: 1,\n            &quot;webpageSettings&quot;: &quot;{\\&quot;triggerFor\\&quot;:\\&quot;all\\&quot;,\\&quot;isTriggerByClickingBanner\\&quot;:true,\\&quot;isTriggerBasedOnDuration\\&quot;:false,\\&quot;triggerDuration\\&quot;:0}&quot;,\n            &quot;isMobileSdkChannelEnabled&quot;: null,\n            &quot;isKnowledgebaseConnected&quot;: 1,\n            &quot;buildWith&quot;: &quot;CUSTOM&quot;,\n            &quot;startNodeId&quot;: 605357,\n            &quot;positionX&quot;: -283.5,\n            &quot;positionY&quot;: -91.0,\n            &quot;languageCode&quot;: &quot;en_US&quot;,\n            &quot;isUpdated&quot;: false,\n            &quot;version&quot;: 0,\n            &quot;assignedDepartments&quot;: null\n        },\n        {\n            &quot;id&quot;: 14374,\n            &quot;accountId&quot;: &quot;8683034&quot;,\n            &quot;botUUId&quot;: &quot;274284d6-41a8-4681-a644-216eee05533a&quot;,\n            &quot;botName&quot;: &quot;Test-for-2025&quot;,\n            &quot;lastUpdate&quot;: 1746436558699,\n            &quot;avatarName&quot;: &quot;BOT-Avatar-101.png&quot;,\n            &quot;enabledSocialChannels&quot;: [],\n            &quot;sampleBot&quot;: 0,\n            &quot;displayName&quot;: &quot;test bot&quot;,\n            &quot;tagLine&quot;: null,\n            &quot;triggerEvent&quot;: {\n                &quot;event&quot;: {\n                    &quot;name&quot;: &quot;click&quot;,\n                    &quot;payload&quot;: {\n                        &quot;time&quot;: null,\n                        &quot;url&quot;: null,\n                        &quot;isExactMatch&quot;: null\n                    }\n                },\n                &quot;priority&quot;: {\n                    &quot;option&quot;: 2\n                },\n                &quot;online&quot;: null,\n                &quot;offline&quot;: null\n            },\n            &quot;isWebChannelEnabled&quot;: 0,\n            &quot;isDraft&quot;: 1,\n            &quot;fallbackSettings&quot;: {\n                &quot;default_message&quot;: &quot;Sorry! I am still learning :) Can you please be more specific to your query?&quot;,\n                &quot;failed_to_answer&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;repeat_query&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;trigger_flow_on_chat_close&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;offline_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;online_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;satisfaction_survey&quot;: {\n                    &quot;type&quot;: &quot;CLOSE_CHAT&quot;,\n                    &quot;message&quot;: &quot;This chat session has been closed due to long period of unavailability.&quot;,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: &quot;5&quot;,\n                    &quot;enabled&quot;: false\n                },\n                &quot;sentiment&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;authInfoDto&quot;: {\n                    &quot;maxExpiryMinutes&quot;: null,\n                    &quot;otpNode&quot;: -1,\n                    &quot;authRequiredType&quot;: null,\n                    &quot;enabled&quot;: false\n                }\n            },\n            &quot;googleLogin&quot;: {\n                &quot;authCode&quot;: null,\n                &quot;email&quot;: null,\n                &quot;fullName&quot;: null,\n                &quot;refreshToken&quot;: null,\n                &quot;accessToken&quot;: null,\n                &quot;botId&quot;: null\n            },\n            &quot;botAccuracyLevel&quot;: 0.5,\n            &quot;greetingMessage&quot;: null,\n            &quot;languageMessage&quot;: &quot;{\\&quot;message\\&quot;:\\&quot;\\&quot;,\\&quot;title\\&quot;:\\&quot;\\&quot;,\\&quot;code\\&quot;:\\&quot;bn\\&quot;}&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;metaInfo&quot;: null,\n            &quot;isBotEnabled&quot;: 1,\n            &quot;webpageSettings&quot;: &quot;{\\&quot;triggerFor\\&quot;:\\&quot;all\\&quot;,\\&quot;isTriggerByClickingBanner\\&quot;:true,\\&quot;isTriggerBasedOnDuration\\&quot;:false,\\&quot;triggerDuration\\&quot;:0}&quot;,\n            &quot;isMobileSdkChannelEnabled&quot;: null,\n            &quot;isKnowledgebaseConnected&quot;: 0,\n            &quot;buildWith&quot;: &quot;CUSTOM&quot;,\n            &quot;startNodeId&quot;: 605350,\n            &quot;positionX&quot;: null,\n            &quot;positionY&quot;: null,\n            &quot;languageCode&quot;: &quot;en&quot;,\n            &quot;isUpdated&quot;: false,\n            &quot;version&quot;: 0,\n            &quot;assignedDepartments&quot;: null\n        },\n        {\n            &quot;id&quot;: 14359,\n            &quot;accountId&quot;: &quot;8683034&quot;,\n            &quot;botUUId&quot;: &quot;cd148c56-bc62-413e-b555-00881ed5a8d8&quot;,\n            &quot;botName&quot;: &quot;AnowerDB1_copy&quot;,\n            &quot;lastUpdate&quot;: 1746335147678,\n            &quot;avatarName&quot;: &quot;BOT-Avatar-101.png&quot;,\n            &quot;enabledSocialChannels&quot;: [],\n            &quot;sampleBot&quot;: 0,\n            &quot;displayName&quot;: &quot;Anower&quot;,\n            &quot;tagLine&quot;: null,\n            &quot;triggerEvent&quot;: {\n                &quot;event&quot;: {\n                    &quot;name&quot;: &quot;click&quot;,\n                    &quot;payload&quot;: {\n                        &quot;time&quot;: null,\n                        &quot;url&quot;: null,\n                        &quot;isExactMatch&quot;: null\n                    }\n                },\n                &quot;priority&quot;: {\n                    &quot;option&quot;: 2\n                },\n                &quot;online&quot;: null,\n                &quot;offline&quot;: null\n            },\n            &quot;isWebChannelEnabled&quot;: 0,\n            &quot;isDraft&quot;: 0,\n            &quot;fallbackSettings&quot;: {\n                &quot;default_message&quot;: &quot;Sorry! I am still learning :) Can you please be more specific to your query?&quot;,\n                &quot;failed_to_answer&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;repeat_query&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;trigger_flow_on_chat_close&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;offline_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;online_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;satisfaction_survey&quot;: {\n                    &quot;type&quot;: &quot;CLOSE_CHAT&quot;,\n                    &quot;message&quot;: &quot;This chat session has been closed due to long period of unavailability.&quot;,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: &quot;5&quot;,\n                    &quot;enabled&quot;: false\n                },\n                &quot;sentiment&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;authInfoDto&quot;: {\n                    &quot;maxExpiryMinutes&quot;: null,\n                    &quot;otpNode&quot;: null,\n                    &quot;authRequiredType&quot;: null,\n                    &quot;enabled&quot;: false\n                }\n            },\n            &quot;googleLogin&quot;: {\n                &quot;authCode&quot;: null,\n                &quot;email&quot;: null,\n                &quot;fullName&quot;: null,\n                &quot;refreshToken&quot;: null,\n                &quot;accessToken&quot;: null,\n                &quot;botId&quot;: null\n            },\n            &quot;botAccuracyLevel&quot;: 0.5,\n            &quot;greetingMessage&quot;: null,\n            &quot;languageMessage&quot;: &quot;{\\&quot;message\\&quot;:\\&quot;\\&quot;,\\&quot;title\\&quot;:\\&quot;\\&quot;,\\&quot;code\\&quot;:\\&quot;bn\\&quot;}&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;metaInfo&quot;: null,\n            &quot;isBotEnabled&quot;: 1,\n            &quot;webpageSettings&quot;: &quot;{\\&quot;triggerFor\\&quot;:\\&quot;all\\&quot;,\\&quot;isTriggerByClickingBanner\\&quot;:true,\\&quot;isTriggerBasedOnDuration\\&quot;:false,\\&quot;triggerDuration\\&quot;:0}&quot;,\n            &quot;isMobileSdkChannelEnabled&quot;: null,\n            &quot;isKnowledgebaseConnected&quot;: 0,\n            &quot;buildWith&quot;: &quot;CUSTOM&quot;,\n            &quot;startNodeId&quot;: 605021,\n            &quot;positionX&quot;: -550.78,\n            &quot;positionY&quot;: -169.56,\n            &quot;languageCode&quot;: &quot;en&quot;,\n            &quot;isUpdated&quot;: false,\n            &quot;version&quot;: 0,\n            &quot;assignedDepartments&quot;: null\n        },\n        {\n            &quot;id&quot;: 14358,\n            &quot;accountId&quot;: &quot;8683034&quot;,\n            &quot;botUUId&quot;: &quot;a750c622-7115-4e0a-aa80-b366f908a54d&quot;,\n            &quot;botName&quot;: &quot;AnowerDB1&quot;,\n            &quot;lastUpdate&quot;: 1745296637478,\n            &quot;avatarName&quot;: &quot;BOT-Avatar-101.png&quot;,\n            &quot;enabledSocialChannels&quot;: [],\n            &quot;sampleBot&quot;: 0,\n            &quot;displayName&quot;: &quot;Anower&quot;,\n            &quot;tagLine&quot;: null,\n            &quot;triggerEvent&quot;: {\n                &quot;event&quot;: {\n                    &quot;name&quot;: &quot;click&quot;,\n                    &quot;payload&quot;: {\n                        &quot;time&quot;: null,\n                        &quot;url&quot;: null,\n                        &quot;isExactMatch&quot;: null\n                    }\n                },\n                &quot;priority&quot;: {\n                    &quot;option&quot;: 2\n                },\n                &quot;online&quot;: null,\n                &quot;offline&quot;: null\n            },\n            &quot;isWebChannelEnabled&quot;: 0,\n            &quot;isDraft&quot;: 0,\n            &quot;fallbackSettings&quot;: {\n                &quot;default_message&quot;: &quot;Sorry! I am still learning :) Can you please be more specific to your query?&quot;,\n                &quot;failed_to_answer&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;repeat_query&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;trigger_flow_on_chat_close&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;offline_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;online_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;satisfaction_survey&quot;: {\n                    &quot;type&quot;: &quot;CLOSE_CHAT&quot;,\n                    &quot;message&quot;: &quot;This chat session has been closed due to long period of unavailability.&quot;,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: &quot;5&quot;,\n                    &quot;enabled&quot;: false\n                },\n                &quot;sentiment&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;authInfoDto&quot;: {\n                    &quot;maxExpiryMinutes&quot;: null,\n                    &quot;otpNode&quot;: -1,\n                    &quot;authRequiredType&quot;: null,\n                    &quot;enabled&quot;: false\n                }\n            },\n            &quot;googleLogin&quot;: {\n                &quot;authCode&quot;: null,\n                &quot;email&quot;: null,\n                &quot;fullName&quot;: null,\n                &quot;refreshToken&quot;: null,\n                &quot;accessToken&quot;: null,\n                &quot;botId&quot;: null\n            },\n            &quot;botAccuracyLevel&quot;: 0.5,\n            &quot;greetingMessage&quot;: null,\n            &quot;languageMessage&quot;: &quot;{\\&quot;message\\&quot;:\\&quot;\\&quot;,\\&quot;title\\&quot;:\\&quot;\\&quot;,\\&quot;code\\&quot;:\\&quot;bn\\&quot;}&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;metaInfo&quot;: null,\n            &quot;isBotEnabled&quot;: 1,\n            &quot;webpageSettings&quot;: &quot;{\\&quot;triggerFor\\&quot;:\\&quot;all\\&quot;,\\&quot;isTriggerByClickingBanner\\&quot;:true,\\&quot;isTriggerBasedOnDuration\\&quot;:false,\\&quot;triggerDuration\\&quot;:0}&quot;,\n            &quot;isMobileSdkChannelEnabled&quot;: null,\n            &quot;isKnowledgebaseConnected&quot;: 0,\n            &quot;buildWith&quot;: &quot;CUSTOM&quot;,\n            &quot;startNodeId&quot;: 605015,\n            &quot;positionX&quot;: -550.78,\n            &quot;positionY&quot;: -169.56,\n            &quot;languageCode&quot;: &quot;en&quot;,\n            &quot;isUpdated&quot;: false,\n            &quot;version&quot;: 0,\n            &quot;assignedDepartments&quot;: null\n        },\n        {\n            &quot;id&quot;: 14353,\n            &quot;accountId&quot;: &quot;8683034&quot;,\n            &quot;botUUId&quot;: &quot;781bcead-f254-47c5-96e5-271f026d13c7&quot;,\n            &quot;botName&quot;: &quot;Multi Case Test&quot;,\n            &quot;lastUpdate&quot;: 1745402244132,\n            &quot;avatarName&quot;: &quot;BOT-Avatar-101.png&quot;,\n            &quot;enabledSocialChannels&quot;: [],\n            &quot;sampleBot&quot;: 0,\n            &quot;displayName&quot;: &quot;LLM BOT&quot;,\n            &quot;tagLine&quot;: &quot;Power&quot;,\n            &quot;triggerEvent&quot;: {\n                &quot;event&quot;: {\n                    &quot;name&quot;: &quot;click&quot;,\n                    &quot;payload&quot;: {\n                        &quot;time&quot;: null,\n                        &quot;url&quot;: null,\n                        &quot;isExactMatch&quot;: null\n                    }\n                },\n                &quot;priority&quot;: {\n                    &quot;option&quot;: 2\n                },\n                &quot;online&quot;: null,\n                &quot;offline&quot;: null\n            },\n            &quot;isWebChannelEnabled&quot;: 0,\n            &quot;isDraft&quot;: 0,\n            &quot;fallbackSettings&quot;: {\n                &quot;default_message&quot;: &quot;Sorry! I am still learning :) Can you please be more specific to your query?&quot;,\n                &quot;failed_to_answer&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;repeat_query&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;trigger_flow_on_chat_close&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;offline_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;online_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;satisfaction_survey&quot;: {\n                    &quot;type&quot;: &quot;CLOSE_CHAT&quot;,\n                    &quot;message&quot;: &quot;This chat session has been closed due to long period of unavailability.&quot;,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: &quot;5&quot;,\n                    &quot;enabled&quot;: false\n                },\n                &quot;sentiment&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;authInfoDto&quot;: {\n                    &quot;maxExpiryMinutes&quot;: null,\n                    &quot;otpNode&quot;: -1,\n                    &quot;authRequiredType&quot;: null,\n                    &quot;enabled&quot;: false\n                }\n            },\n            &quot;googleLogin&quot;: {\n                &quot;authCode&quot;: null,\n                &quot;email&quot;: null,\n                &quot;fullName&quot;: null,\n                &quot;refreshToken&quot;: null,\n                &quot;accessToken&quot;: null,\n                &quot;botId&quot;: null\n            },\n            &quot;botAccuracyLevel&quot;: 0.5,\n            &quot;greetingMessage&quot;: null,\n            &quot;languageMessage&quot;: &quot;{\\&quot;message\\&quot;:\\&quot;\\&quot;,\\&quot;title\\&quot;:\\&quot;\\&quot;,\\&quot;code\\&quot;:\\&quot;bn\\&quot;}&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;metaInfo&quot;: null,\n            &quot;isBotEnabled&quot;: 1,\n            &quot;webpageSettings&quot;: &quot;{\\&quot;triggerFor\\&quot;:\\&quot;all\\&quot;,\\&quot;isTriggerByClickingBanner\\&quot;:true,\\&quot;isTriggerBasedOnDuration\\&quot;:false,\\&quot;triggerDuration\\&quot;:0}&quot;,\n            &quot;isMobileSdkChannelEnabled&quot;: null,\n            &quot;isKnowledgebaseConnected&quot;: 1,\n            &quot;buildWith&quot;: &quot;CUSTOM&quot;,\n            &quot;startNodeId&quot;: 605011,\n            &quot;positionX&quot;: 66.07,\n            &quot;positionY&quot;: -76.96,\n            &quot;languageCode&quot;: &quot;sq&quot;,\n            &quot;isUpdated&quot;: false,\n            &quot;version&quot;: 0,\n            &quot;assignedDepartments&quot;: null\n        },\n        {\n            &quot;id&quot;: 14190,\n            &quot;accountId&quot;: &quot;8683034&quot;,\n            &quot;botUUId&quot;: &quot;2cbc09c7-bd01-4996-b432-1d20f1857268&quot;,\n            &quot;botName&quot;: &quot;NBR FAQ chatbot&quot;,\n            &quot;lastUpdate&quot;: 1742098717391,\n            &quot;avatarName&quot;: &quot;BOT-Avatar-101.png&quot;,\n            &quot;enabledSocialChannels&quot;: [],\n            &quot;sampleBot&quot;: 0,\n            &quot;displayName&quot;: &quot;NBR AI bot&quot;,\n            &quot;tagLine&quot;: &quot;Ai Tax Consultant&quot;,\n            &quot;triggerEvent&quot;: {\n                &quot;event&quot;: {\n                    &quot;name&quot;: &quot;click&quot;,\n                    &quot;payload&quot;: {\n                        &quot;time&quot;: null,\n                        &quot;url&quot;: null,\n                        &quot;isExactMatch&quot;: null\n                    }\n                },\n                &quot;priority&quot;: {\n                    &quot;option&quot;: 2\n                },\n                &quot;online&quot;: null,\n                &quot;offline&quot;: null\n            },\n            &quot;isWebChannelEnabled&quot;: 0,\n            &quot;isDraft&quot;: 1,\n            &quot;fallbackSettings&quot;: {\n                &quot;default_message&quot;: &quot;Sorry! I am still learning :) Can you please be more specific to your query?&quot;,\n                &quot;failed_to_answer&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;repeat_query&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;trigger_flow_on_chat_close&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;offline_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;online_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;satisfaction_survey&quot;: {\n                    &quot;type&quot;: &quot;CLOSE_CHAT&quot;,\n                    &quot;message&quot;: &quot;This chat session has been closed due to long period of unavailability.&quot;,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: &quot;5&quot;,\n                    &quot;enabled&quot;: false\n                },\n                &quot;sentiment&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;authInfoDto&quot;: {\n                    &quot;maxExpiryMinutes&quot;: null,\n                    &quot;otpNode&quot;: -1,\n                    &quot;authRequiredType&quot;: null,\n                    &quot;enabled&quot;: false\n                }\n            },\n            &quot;googleLogin&quot;: {\n                &quot;authCode&quot;: null,\n                &quot;email&quot;: null,\n                &quot;fullName&quot;: null,\n                &quot;refreshToken&quot;: null,\n                &quot;accessToken&quot;: null,\n                &quot;botId&quot;: null\n            },\n            &quot;botAccuracyLevel&quot;: 0.5,\n            &quot;greetingMessage&quot;: null,\n            &quot;languageMessage&quot;: &quot;{\\&quot;message\\&quot;:\\&quot;\\&quot;,\\&quot;title\\&quot;:\\&quot;\\&quot;,\\&quot;code\\&quot;:\\&quot;bn\\&quot;}&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;metaInfo&quot;: null,\n            &quot;isBotEnabled&quot;: 1,\n            &quot;webpageSettings&quot;: &quot;{\\&quot;triggerFor\\&quot;:\\&quot;all\\&quot;,\\&quot;isTriggerByClickingBanner\\&quot;:true,\\&quot;isTriggerBasedOnDuration\\&quot;:false,\\&quot;triggerDuration\\&quot;:0}&quot;,\n            &quot;isMobileSdkChannelEnabled&quot;: null,\n            &quot;isKnowledgebaseConnected&quot;: 1,\n            &quot;buildWith&quot;: &quot;CUSTOM&quot;,\n            &quot;startNodeId&quot;: 602043,\n            &quot;positionX&quot;: -445.3,\n            &quot;positionY&quot;: 152.9,\n            &quot;languageCode&quot;: &quot;en_GB&quot;,\n            &quot;isUpdated&quot;: false,\n            &quot;version&quot;: 0,\n            &quot;assignedDepartments&quot;: null\n        },\n        {\n            &quot;id&quot;: 14186,\n            &quot;accountId&quot;: &quot;8683034&quot;,\n            &quot;botUUId&quot;: &quot;7d54c9ec-39c0-48d3-a4c7-9399ea71f6c7&quot;,\n            &quot;botName&quot;: &quot;REVE EdTech&quot;,\n            &quot;lastUpdate&quot;: 1748595969844,\n            &quot;avatarName&quot;: &quot;BOT-Avatar-101.png&quot;,\n            &quot;enabledSocialChannels&quot;: [],\n            &quot;sampleBot&quot;: 0,\n            &quot;displayName&quot;: &quot;REVE EdTech&quot;,\n            &quot;tagLine&quot;: null,\n            &quot;triggerEvent&quot;: {\n                &quot;event&quot;: {\n                    &quot;name&quot;: &quot;click&quot;,\n                    &quot;payload&quot;: {\n                        &quot;time&quot;: null,\n                        &quot;url&quot;: null,\n                        &quot;isExactMatch&quot;: null\n                    }\n                },\n                &quot;priority&quot;: {\n                    &quot;option&quot;: 2\n                },\n                &quot;online&quot;: null,\n                &quot;offline&quot;: null\n            },\n            &quot;isWebChannelEnabled&quot;: 0,\n            &quot;isDraft&quot;: 0,\n            &quot;fallbackSettings&quot;: {\n                &quot;default_message&quot;: &quot;Sorry! I am still learning :) Can you please be more specific to your query?&quot;,\n                &quot;failed_to_answer&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;repeat_query&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;trigger_flow_on_chat_close&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;offline_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;online_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;satisfaction_survey&quot;: {\n                    &quot;type&quot;: &quot;CLOSE_CHAT&quot;,\n                    &quot;message&quot;: &quot;This chat session has been closed due to long period of unavailability.&quot;,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: &quot;5&quot;,\n                    &quot;enabled&quot;: false\n                },\n                &quot;sentiment&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;authInfoDto&quot;: {\n                    &quot;maxExpiryMinutes&quot;: null,\n                    &quot;otpNode&quot;: -1,\n                    &quot;authRequiredType&quot;: null,\n                    &quot;enabled&quot;: false\n                }\n            },\n            &quot;googleLogin&quot;: {\n                &quot;authCode&quot;: null,\n                &quot;email&quot;: null,\n                &quot;fullName&quot;: null,\n                &quot;refreshToken&quot;: null,\n                &quot;accessToken&quot;: null,\n                &quot;botId&quot;: null\n            },\n            &quot;botAccuracyLevel&quot;: 0.5,\n            &quot;greetingMessage&quot;: null,\n            &quot;languageMessage&quot;: &quot;{\\&quot;message\\&quot;:\\&quot;\\&quot;,\\&quot;title\\&quot;:\\&quot;\\&quot;,\\&quot;code\\&quot;:\\&quot;bn\\&quot;}&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;metaInfo&quot;: null,\n            &quot;isBotEnabled&quot;: 1,\n            &quot;webpageSettings&quot;: &quot;{\\&quot;triggerFor\\&quot;:\\&quot;all\\&quot;,\\&quot;isTriggerByClickingBanner\\&quot;:true,\\&quot;isTriggerBasedOnDuration\\&quot;:false,\\&quot;triggerDuration\\&quot;:0}&quot;,\n            &quot;isMobileSdkChannelEnabled&quot;: null,\n            &quot;isKnowledgebaseConnected&quot;: 0,\n            &quot;buildWith&quot;: &quot;CUSTOM&quot;,\n            &quot;startNodeId&quot;: 601860,\n            &quot;positionX&quot;: -791.91,\n            &quot;positionY&quot;: -290.99,\n            &quot;languageCode&quot;: &quot;en_US&quot;,\n            &quot;isUpdated&quot;: false,\n            &quot;version&quot;: 0,\n            &quot;assignedDepartments&quot;: null\n        },\n        {\n            &quot;id&quot;: 14155,\n            &quot;accountId&quot;: &quot;8683034&quot;,\n            &quot;botUUId&quot;: &quot;ed8cc948-7de9-4cec-87b5-8ca43f1b797f&quot;,\n            &quot;botName&quot;: &quot;Le REVE_copy&quot;,\n            &quot;lastUpdate&quot;: 1740991141398,\n            &quot;avatarName&quot;: &quot;BOT-Avatar-101.png&quot;,\n            &quot;enabledSocialChannels&quot;: [],\n            &quot;sampleBot&quot;: 0,\n            &quot;displayName&quot;: &quot;Le Reve&quot;,\n            &quot;tagLine&quot;: null,\n            &quot;triggerEvent&quot;: {\n                &quot;event&quot;: {\n                    &quot;name&quot;: &quot;click&quot;,\n                    &quot;payload&quot;: {\n                        &quot;time&quot;: null,\n                        &quot;url&quot;: null,\n                        &quot;isExactMatch&quot;: null\n                    }\n                },\n                &quot;priority&quot;: {\n                    &quot;option&quot;: 2\n                },\n                &quot;online&quot;: null,\n                &quot;offline&quot;: null\n            },\n            &quot;isWebChannelEnabled&quot;: 0,\n            &quot;isDraft&quot;: 0,\n            &quot;fallbackSettings&quot;: {\n                &quot;default_message&quot;: &quot;Sorry! I am still learning :) Can you please be more specific to your query?&quot;,\n                &quot;failed_to_answer&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;repeat_query&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;trigger_flow_on_chat_close&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;offline_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;online_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;satisfaction_survey&quot;: {\n                    &quot;type&quot;: &quot;CLOSE_CHAT&quot;,\n                    &quot;message&quot;: &quot;This chat session has been closed due to long period of unavailability.&quot;,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: &quot;5&quot;,\n                    &quot;enabled&quot;: false\n                },\n                &quot;sentiment&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;authInfoDto&quot;: {\n                    &quot;maxExpiryMinutes&quot;: null,\n                    &quot;otpNode&quot;: null,\n                    &quot;authRequiredType&quot;: null,\n                    &quot;enabled&quot;: false\n                }\n            },\n            &quot;googleLogin&quot;: {\n                &quot;authCode&quot;: null,\n                &quot;email&quot;: null,\n                &quot;fullName&quot;: null,\n                &quot;refreshToken&quot;: null,\n                &quot;accessToken&quot;: null,\n                &quot;botId&quot;: null\n            },\n            &quot;botAccuracyLevel&quot;: 0.5,\n            &quot;greetingMessage&quot;: null,\n            &quot;languageMessage&quot;: &quot;{\\&quot;message\\&quot;:\\&quot;\\&quot;,\\&quot;title\\&quot;:\\&quot;\\&quot;,\\&quot;code\\&quot;:\\&quot;bn\\&quot;}&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;metaInfo&quot;: null,\n            &quot;isBotEnabled&quot;: 1,\n            &quot;webpageSettings&quot;: &quot;{\\&quot;triggerFor\\&quot;:\\&quot;all\\&quot;,\\&quot;isTriggerByClickingBanner\\&quot;:true,\\&quot;isTriggerBasedOnDuration\\&quot;:false,\\&quot;triggerDuration\\&quot;:0}&quot;,\n            &quot;isMobileSdkChannelEnabled&quot;: null,\n            &quot;isKnowledgebaseConnected&quot;: 0,\n            &quot;buildWith&quot;: &quot;GEN_AI&quot;,\n            &quot;startNodeId&quot;: 600496,\n            &quot;positionX&quot;: null,\n            &quot;positionY&quot;: null,\n            &quot;languageCode&quot;: &quot;en&quot;,\n            &quot;isUpdated&quot;: false,\n            &quot;version&quot;: 0,\n            &quot;assignedDepartments&quot;: null\n        },\n        {\n            &quot;id&quot;: 14153,\n            &quot;accountId&quot;: &quot;8683034&quot;,\n            &quot;botUUId&quot;: &quot;9a5ffe83-afee-4cc1-8760-2553474bb810&quot;,\n            &quot;botName&quot;: &quot;Le REVE_copy&quot;,\n            &quot;lastUpdate&quot;: 1740980312842,\n            &quot;avatarName&quot;: &quot;BOT-Avatar-101.png&quot;,\n            &quot;enabledSocialChannels&quot;: [],\n            &quot;sampleBot&quot;: 0,\n            &quot;displayName&quot;: &quot;Le Reve&quot;,\n            &quot;tagLine&quot;: null,\n            &quot;triggerEvent&quot;: {\n                &quot;event&quot;: {\n                    &quot;name&quot;: &quot;click&quot;,\n                    &quot;payload&quot;: {\n                        &quot;time&quot;: null,\n                        &quot;url&quot;: null,\n                        &quot;isExactMatch&quot;: null\n                    }\n                },\n                &quot;priority&quot;: {\n                    &quot;option&quot;: 2\n                },\n                &quot;online&quot;: null,\n                &quot;offline&quot;: null\n            },\n            &quot;isWebChannelEnabled&quot;: 0,\n            &quot;isDraft&quot;: 1,\n            &quot;fallbackSettings&quot;: {\n                &quot;default_message&quot;: &quot;Sorry! I am still learning :) Can you please be more specific to your query?&quot;,\n                &quot;failed_to_answer&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;repeat_query&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;trigger_flow_on_chat_close&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;offline_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;online_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;satisfaction_survey&quot;: {\n                    &quot;type&quot;: &quot;CLOSE_CHAT&quot;,\n                    &quot;message&quot;: &quot;This chat session has been closed due to long period of unavailability.&quot;,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: &quot;5&quot;,\n                    &quot;enabled&quot;: false\n                },\n                &quot;sentiment&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;authInfoDto&quot;: {\n                    &quot;maxExpiryMinutes&quot;: null,\n                    &quot;otpNode&quot;: null,\n                    &quot;authRequiredType&quot;: null,\n                    &quot;enabled&quot;: false\n                }\n            },\n            &quot;googleLogin&quot;: {\n                &quot;authCode&quot;: null,\n                &quot;email&quot;: null,\n                &quot;fullName&quot;: null,\n                &quot;refreshToken&quot;: null,\n                &quot;accessToken&quot;: null,\n                &quot;botId&quot;: null\n            },\n            &quot;botAccuracyLevel&quot;: 0.5,\n            &quot;greetingMessage&quot;: null,\n            &quot;languageMessage&quot;: &quot;{\\&quot;message\\&quot;:\\&quot;\\&quot;,\\&quot;title\\&quot;:\\&quot;\\&quot;,\\&quot;code\\&quot;:\\&quot;bn\\&quot;}&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;metaInfo&quot;: null,\n            &quot;isBotEnabled&quot;: 1,\n            &quot;webpageSettings&quot;: &quot;{\\&quot;triggerFor\\&quot;:\\&quot;all\\&quot;,\\&quot;isTriggerByClickingBanner\\&quot;:true,\\&quot;isTriggerBasedOnDuration\\&quot;:false,\\&quot;triggerDuration\\&quot;:0}&quot;,\n            &quot;isMobileSdkChannelEnabled&quot;: null,\n            &quot;isKnowledgebaseConnected&quot;: 0,\n            &quot;buildWith&quot;: &quot;GEN_AI&quot;,\n            &quot;startNodeId&quot;: 600367,\n            &quot;positionX&quot;: null,\n            &quot;positionY&quot;: null,\n            &quot;languageCode&quot;: &quot;en&quot;,\n            &quot;isUpdated&quot;: false,\n            &quot;version&quot;: 0,\n            &quot;assignedDepartments&quot;: null\n        },\n        {\n            &quot;id&quot;: 14150,\n            &quot;accountId&quot;: &quot;8683034&quot;,\n            &quot;botUUId&quot;: &quot;30a2743e-8561-400d-b941-377df40cdab8&quot;,\n            &quot;botName&quot;: &quot;nirbachon-bot&quot;,\n            &quot;lastUpdate&quot;: 1740975274881,\n            &quot;avatarName&quot;: &quot;BOT-Avatar-101.png&quot;,\n            &quot;enabledSocialChannels&quot;: [],\n            &quot;sampleBot&quot;: 0,\n            &quot;displayName&quot;: &quot;nirbachon&quot;,\n            &quot;tagLine&quot;: &quot;Power&quot;,\n            &quot;triggerEvent&quot;: {\n                &quot;event&quot;: {\n                    &quot;name&quot;: &quot;click&quot;,\n                    &quot;payload&quot;: {\n                        &quot;time&quot;: null,\n                        &quot;url&quot;: null,\n                        &quot;isExactMatch&quot;: null\n                    }\n                },\n                &quot;priority&quot;: {\n                    &quot;option&quot;: 2\n                },\n                &quot;online&quot;: null,\n                &quot;offline&quot;: null\n            },\n            &quot;isWebChannelEnabled&quot;: 0,\n            &quot;isDraft&quot;: 0,\n            &quot;fallbackSettings&quot;: {\n                &quot;default_message&quot;: &quot;Sorry! I am still learning :) Can you please be more specific to your query?&quot;,\n                &quot;failed_to_answer&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;repeat_query&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;trigger_flow_on_chat_close&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;offline_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;online_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;satisfaction_survey&quot;: {\n                    &quot;type&quot;: &quot;CLOSE_CHAT&quot;,\n                    &quot;message&quot;: &quot;This chat session has been closed due to long period of unavailability.&quot;,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: &quot;5&quot;,\n                    &quot;enabled&quot;: false\n                },\n                &quot;sentiment&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;authInfoDto&quot;: {\n                    &quot;maxExpiryMinutes&quot;: null,\n                    &quot;otpNode&quot;: -1,\n                    &quot;authRequiredType&quot;: null,\n                    &quot;enabled&quot;: false\n                }\n            },\n            &quot;googleLogin&quot;: {\n                &quot;authCode&quot;: null,\n                &quot;email&quot;: null,\n                &quot;fullName&quot;: null,\n                &quot;refreshToken&quot;: null,\n                &quot;accessToken&quot;: null,\n                &quot;botId&quot;: null\n            },\n            &quot;botAccuracyLevel&quot;: 0.5,\n            &quot;greetingMessage&quot;: null,\n            &quot;languageMessage&quot;: &quot;{\\&quot;message\\&quot;:\\&quot;\\&quot;,\\&quot;title\\&quot;:\\&quot;\\&quot;,\\&quot;code\\&quot;:\\&quot;bn\\&quot;}&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;metaInfo&quot;: null,\n            &quot;isBotEnabled&quot;: 1,\n            &quot;webpageSettings&quot;: &quot;{\\&quot;triggerFor\\&quot;:\\&quot;all\\&quot;,\\&quot;isTriggerByClickingBanner\\&quot;:true,\\&quot;isTriggerBasedOnDuration\\&quot;:false,\\&quot;triggerDuration\\&quot;:0}&quot;,\n            &quot;isMobileSdkChannelEnabled&quot;: null,\n            &quot;isKnowledgebaseConnected&quot;: null,\n            &quot;buildWith&quot;: &quot;CUSTOM&quot;,\n            &quot;startNodeId&quot;: 600268,\n            &quot;positionX&quot;: null,\n            &quot;positionY&quot;: null,\n            &quot;languageCode&quot;: &quot;en&quot;,\n            &quot;isUpdated&quot;: false,\n            &quot;version&quot;: 0,\n            &quot;assignedDepartments&quot;: null\n        },\n        {\n            &quot;id&quot;: 14147,\n            &quot;accountId&quot;: &quot;8683034&quot;,\n            &quot;botUUId&quot;: &quot;07d358d0-76d1-42b0-8c6d-529f4a93936f&quot;,\n            &quot;botName&quot;: &quot;REVE Telecom&quot;,\n            &quot;lastUpdate&quot;: 1740994206210,\n            &quot;avatarName&quot;: &quot;BOT-Avatar-101.png&quot;,\n            &quot;enabledSocialChannels&quot;: [],\n            &quot;sampleBot&quot;: 0,\n            &quot;displayName&quot;: &quot;Anna&quot;,\n            &quot;tagLine&quot;: &quot;Customer Support&quot;,\n            &quot;triggerEvent&quot;: {\n                &quot;event&quot;: {\n                    &quot;name&quot;: &quot;click&quot;,\n                    &quot;payload&quot;: {\n                        &quot;time&quot;: null,\n                        &quot;url&quot;: null,\n                        &quot;isExactMatch&quot;: null\n                    }\n                },\n                &quot;priority&quot;: {\n                    &quot;option&quot;: 2\n                },\n                &quot;online&quot;: null,\n                &quot;offline&quot;: null\n            },\n            &quot;isWebChannelEnabled&quot;: 0,\n            &quot;isDraft&quot;: 0,\n            &quot;fallbackSettings&quot;: {\n                &quot;default_message&quot;: &quot;Sorry! I am still learning :) Can you please be more specific to your query?&quot;,\n                &quot;failed_to_answer&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;repeat_query&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;trigger_flow_on_chat_close&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;offline_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;online_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;satisfaction_survey&quot;: {\n                    &quot;type&quot;: &quot;CLOSE_CHAT&quot;,\n                    &quot;message&quot;: &quot;This chat session has been closed due to long period of unavailability.&quot;,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: &quot;5&quot;,\n                    &quot;enabled&quot;: false\n                },\n                &quot;sentiment&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;authInfoDto&quot;: {\n                    &quot;maxExpiryMinutes&quot;: null,\n                    &quot;otpNode&quot;: -1,\n                    &quot;authRequiredType&quot;: null,\n                    &quot;enabled&quot;: false\n                }\n            },\n            &quot;googleLogin&quot;: {\n                &quot;authCode&quot;: null,\n                &quot;email&quot;: null,\n                &quot;fullName&quot;: null,\n                &quot;refreshToken&quot;: null,\n                &quot;accessToken&quot;: null,\n                &quot;botId&quot;: null\n            },\n            &quot;botAccuracyLevel&quot;: 0.5,\n            &quot;greetingMessage&quot;: null,\n            &quot;languageMessage&quot;: &quot;{\\&quot;message\\&quot;:\\&quot;\\&quot;,\\&quot;title\\&quot;:\\&quot;\\&quot;,\\&quot;code\\&quot;:\\&quot;bn\\&quot;}&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;metaInfo&quot;: null,\n            &quot;isBotEnabled&quot;: 1,\n            &quot;webpageSettings&quot;: &quot;{\\&quot;triggerFor\\&quot;:\\&quot;all\\&quot;,\\&quot;isTriggerByClickingBanner\\&quot;:true,\\&quot;isTriggerBasedOnDuration\\&quot;:false,\\&quot;triggerDuration\\&quot;:0}&quot;,\n            &quot;isMobileSdkChannelEnabled&quot;: null,\n            &quot;isKnowledgebaseConnected&quot;: 0,\n            &quot;buildWith&quot;: &quot;CUSTOM&quot;,\n            &quot;startNodeId&quot;: 599617,\n            &quot;positionX&quot;: null,\n            &quot;positionY&quot;: null,\n            &quot;languageCode&quot;: &quot;en&quot;,\n            &quot;isUpdated&quot;: false,\n            &quot;version&quot;: 0,\n            &quot;assignedDepartments&quot;: null\n        },\n        {\n            &quot;id&quot;: 14145,\n            &quot;accountId&quot;: &quot;8683034&quot;,\n            &quot;botUUId&quot;: &quot;853f71db-8ce4-4751-9bb2-e629bba07849&quot;,\n            &quot;botName&quot;: &quot;Le REVE&quot;,\n            &quot;lastUpdate&quot;: 1741839985911,\n            &quot;avatarName&quot;: &quot;BOT-Avatar-101.png&quot;,\n            &quot;enabledSocialChannels&quot;: [],\n            &quot;sampleBot&quot;: 0,\n            &quot;displayName&quot;: &quot;Le Reve&quot;,\n            &quot;tagLine&quot;: null,\n            &quot;triggerEvent&quot;: {\n                &quot;event&quot;: {\n                    &quot;name&quot;: &quot;click&quot;,\n                    &quot;payload&quot;: {\n                        &quot;time&quot;: null,\n                        &quot;url&quot;: null,\n                        &quot;isExactMatch&quot;: null\n                    }\n                },\n                &quot;priority&quot;: {\n                    &quot;option&quot;: 2\n                },\n                &quot;online&quot;: null,\n                &quot;offline&quot;: null\n            },\n            &quot;isWebChannelEnabled&quot;: 0,\n            &quot;isDraft&quot;: 1,\n            &quot;fallbackSettings&quot;: {\n                &quot;default_message&quot;: &quot;Sorry! I am still learning :) Can you please be more specific to your query?&quot;,\n                &quot;failed_to_answer&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;repeat_query&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;trigger_flow_on_chat_close&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;offline_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;online_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;satisfaction_survey&quot;: {\n                    &quot;type&quot;: &quot;CLOSE_CHAT&quot;,\n                    &quot;message&quot;: &quot;This chat session has been closed due to long period of unavailability.&quot;,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: &quot;5&quot;,\n                    &quot;enabled&quot;: false\n                },\n                &quot;sentiment&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;authInfoDto&quot;: {\n                    &quot;maxExpiryMinutes&quot;: null,\n                    &quot;otpNode&quot;: -1,\n                    &quot;authRequiredType&quot;: null,\n                    &quot;enabled&quot;: false\n                }\n            },\n            &quot;googleLogin&quot;: {\n                &quot;authCode&quot;: null,\n                &quot;email&quot;: null,\n                &quot;fullName&quot;: null,\n                &quot;refreshToken&quot;: null,\n                &quot;accessToken&quot;: null,\n                &quot;botId&quot;: null\n            },\n            &quot;botAccuracyLevel&quot;: 0.5,\n            &quot;greetingMessage&quot;: null,\n            &quot;languageMessage&quot;: &quot;{\\&quot;message\\&quot;:\\&quot;\\&quot;,\\&quot;title\\&quot;:\\&quot;\\&quot;,\\&quot;code\\&quot;:\\&quot;bn\\&quot;}&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;metaInfo&quot;: null,\n            &quot;isBotEnabled&quot;: 1,\n            &quot;webpageSettings&quot;: &quot;{\\&quot;triggerFor\\&quot;:\\&quot;all\\&quot;,\\&quot;isTriggerByClickingBanner\\&quot;:true,\\&quot;isTriggerBasedOnDuration\\&quot;:false,\\&quot;triggerDuration\\&quot;:0}&quot;,\n            &quot;isMobileSdkChannelEnabled&quot;: null,\n            &quot;isKnowledgebaseConnected&quot;: 0,\n            &quot;buildWith&quot;: &quot;GEN_AI&quot;,\n            &quot;startNodeId&quot;: 599589,\n            &quot;positionX&quot;: null,\n            &quot;positionY&quot;: null,\n            &quot;languageCode&quot;: &quot;en&quot;,\n            &quot;isUpdated&quot;: false,\n            &quot;version&quot;: 0,\n            &quot;assignedDepartments&quot;: null\n        },\n        {\n            &quot;id&quot;: 14129,\n            &quot;accountId&quot;: &quot;8683034&quot;,\n            &quot;botUUId&quot;: &quot;c7372a57-ab1f-42a6-90bb-d4988cdac232&quot;,\n            &quot;botName&quot;: &quot;Testing Intent Sample Training&quot;,\n            &quot;lastUpdate&quot;: 1740032154471,\n            &quot;avatarName&quot;: &quot;BOT-Avatar-101.png&quot;,\n            &quot;enabledSocialChannels&quot;: [],\n            &quot;sampleBot&quot;: 0,\n            &quot;displayName&quot;: &quot;Dummy&quot;,\n            &quot;tagLine&quot;: null,\n            &quot;triggerEvent&quot;: {\n                &quot;event&quot;: {\n                    &quot;name&quot;: &quot;click&quot;,\n                    &quot;payload&quot;: {\n                        &quot;time&quot;: null,\n                        &quot;url&quot;: null,\n                        &quot;isExactMatch&quot;: null\n                    }\n                },\n                &quot;priority&quot;: {\n                    &quot;option&quot;: 2\n                },\n                &quot;online&quot;: null,\n                &quot;offline&quot;: null\n            },\n            &quot;isWebChannelEnabled&quot;: 0,\n            &quot;isDraft&quot;: 1,\n            &quot;fallbackSettings&quot;: {\n                &quot;default_message&quot;: &quot;Sorry! I am still learning :) Can you please be more specific to your query?&quot;,\n                &quot;failed_to_answer&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;repeat_query&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;trigger_flow_on_chat_close&quot;: null,\n                &quot;offline_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;online_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;satisfaction_survey&quot;: {\n                    &quot;type&quot;: &quot;CLOSE_CHAT&quot;,\n                    &quot;message&quot;: &quot;This chat session has been closed due to long period of unavailability.&quot;,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: &quot;5&quot;,\n                    &quot;enabled&quot;: false\n                },\n                &quot;sentiment&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;authInfoDto&quot;: {\n                    &quot;maxExpiryMinutes&quot;: null,\n                    &quot;otpNode&quot;: -1,\n                    &quot;authRequiredType&quot;: null,\n                    &quot;enabled&quot;: false\n                }\n            },\n            &quot;googleLogin&quot;: {\n                &quot;authCode&quot;: null,\n                &quot;email&quot;: null,\n                &quot;fullName&quot;: null,\n                &quot;refreshToken&quot;: null,\n                &quot;accessToken&quot;: null,\n                &quot;botId&quot;: null\n            },\n            &quot;botAccuracyLevel&quot;: 0.5,\n            &quot;greetingMessage&quot;: null,\n            &quot;languageMessage&quot;: &quot;{\\&quot;message\\&quot;:\\&quot;\\&quot;,\\&quot;title\\&quot;:\\&quot;\\&quot;,\\&quot;code\\&quot;:\\&quot;bn\\&quot;}&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;metaInfo&quot;: null,\n            &quot;isBotEnabled&quot;: 1,\n            &quot;webpageSettings&quot;: &quot;{\\&quot;triggerFor\\&quot;:\\&quot;all\\&quot;,\\&quot;isTriggerByClickingBanner\\&quot;:true,\\&quot;isTriggerBasedOnDuration\\&quot;:false,\\&quot;triggerDuration\\&quot;:0}&quot;,\n            &quot;isMobileSdkChannelEnabled&quot;: null,\n            &quot;isKnowledgebaseConnected&quot;: 0,\n            &quot;buildWith&quot;: &quot;CUSTOM&quot;,\n            &quot;startNodeId&quot;: 599304,\n            &quot;positionX&quot;: -464.51,\n            &quot;positionY&quot;: -201.22,\n            &quot;languageCode&quot;: &quot;en&quot;,\n            &quot;isUpdated&quot;: false,\n            &quot;version&quot;: 0,\n            &quot;assignedDepartments&quot;: null\n        },\n        {\n            &quot;id&quot;: 14119,\n            &quot;accountId&quot;: &quot;8683034&quot;,\n            &quot;botUUId&quot;: &quot;1214c45e-3dc9-45dc-9ac5-645047305045&quot;,\n            &quot;botName&quot;: &quot;Banking Chatbot Template&quot;,\n            &quot;lastUpdate&quot;: 1739868647175,\n            &quot;avatarName&quot;: &quot;BOT-Avatar-101.png&quot;,\n            &quot;enabledSocialChannels&quot;: [],\n            &quot;sampleBot&quot;: 0,\n            &quot;displayName&quot;: &quot;BRAC Bank&quot;,\n            &quot;tagLine&quot;: null,\n            &quot;triggerEvent&quot;: {\n                &quot;event&quot;: {\n                    &quot;name&quot;: &quot;click&quot;,\n                    &quot;payload&quot;: {\n                        &quot;time&quot;: null,\n                        &quot;url&quot;: null,\n                        &quot;isExactMatch&quot;: null\n                    }\n                },\n                &quot;priority&quot;: {\n                    &quot;option&quot;: 2\n                },\n                &quot;online&quot;: null,\n                &quot;offline&quot;: null\n            },\n            &quot;isWebChannelEnabled&quot;: 0,\n            &quot;isDraft&quot;: 1,\n            &quot;fallbackSettings&quot;: {\n                &quot;default_message&quot;: &quot;Sorry! I am still learning :) Can you please be more specific to your query?&quot;,\n                &quot;failed_to_answer&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;repeat_query&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;trigger_flow_on_chat_close&quot;: null,\n                &quot;offline_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;online_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;satisfaction_survey&quot;: {\n                    &quot;type&quot;: &quot;CLOSE_CHAT&quot;,\n                    &quot;message&quot;: &quot;This chat session has been closed due to long period of unavailability.&quot;,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: &quot;5&quot;,\n                    &quot;enabled&quot;: false\n                },\n                &quot;sentiment&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;authInfoDto&quot;: {\n                    &quot;maxExpiryMinutes&quot;: null,\n                    &quot;otpNode&quot;: -1,\n                    &quot;authRequiredType&quot;: null,\n                    &quot;enabled&quot;: false\n                }\n            },\n            &quot;googleLogin&quot;: {\n                &quot;authCode&quot;: null,\n                &quot;email&quot;: null,\n                &quot;fullName&quot;: null,\n                &quot;refreshToken&quot;: null,\n                &quot;accessToken&quot;: null,\n                &quot;botId&quot;: null\n            },\n            &quot;botAccuracyLevel&quot;: 0.5,\n            &quot;greetingMessage&quot;: null,\n            &quot;languageMessage&quot;: &quot;{\\&quot;message\\&quot;:\\&quot;\\&quot;,\\&quot;title\\&quot;:\\&quot;\\&quot;,\\&quot;code\\&quot;:\\&quot;bn\\&quot;}&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;metaInfo&quot;: null,\n            &quot;isBotEnabled&quot;: 1,\n            &quot;webpageSettings&quot;: &quot;{\\&quot;triggerFor\\&quot;:\\&quot;all\\&quot;,\\&quot;isTriggerByClickingBanner\\&quot;:true,\\&quot;isTriggerBasedOnDuration\\&quot;:false,\\&quot;triggerDuration\\&quot;:0}&quot;,\n            &quot;isMobileSdkChannelEnabled&quot;: null,\n            &quot;isKnowledgebaseConnected&quot;: 0,\n            &quot;buildWith&quot;: &quot;CUSTOM&quot;,\n            &quot;startNodeId&quot;: 599151,\n            &quot;positionX&quot;: -626.0,\n            &quot;positionY&quot;: -251.0,\n            &quot;languageCode&quot;: &quot;en&quot;,\n            &quot;isUpdated&quot;: false,\n            &quot;version&quot;: 0,\n            &quot;assignedDepartments&quot;: null\n        },\n        {\n            &quot;id&quot;: 14108,\n            &quot;accountId&quot;: &quot;8683034&quot;,\n            &quot;botUUId&quot;: &quot;6cabe45c-719a-4037-b1f9-73f9207b3b55&quot;,\n            &quot;botName&quot;: &quot;Lead Generation&quot;,\n            &quot;lastUpdate&quot;: 1739249364672,\n            &quot;avatarName&quot;: &quot;funnel.png&quot;,\n            &quot;enabledSocialChannels&quot;: [],\n            &quot;sampleBot&quot;: 0,\n            &quot;displayName&quot;: &quot;Mike&quot;,\n            &quot;tagLine&quot;: &quot;Virtual Assistant&quot;,\n            &quot;triggerEvent&quot;: {\n                &quot;event&quot;: {\n                    &quot;name&quot;: &quot;click&quot;,\n                    &quot;payload&quot;: {\n                        &quot;time&quot;: null,\n                        &quot;url&quot;: null,\n                        &quot;isExactMatch&quot;: null\n                    }\n                },\n                &quot;priority&quot;: {\n                    &quot;option&quot;: 2\n                },\n                &quot;online&quot;: null,\n                &quot;offline&quot;: null\n            },\n            &quot;isWebChannelEnabled&quot;: 0,\n            &quot;isDraft&quot;: 0,\n            &quot;fallbackSettings&quot;: {\n                &quot;default_message&quot;: &quot;Sorry! I am still learning :) Can you please be more specific to your query?&quot;,\n                &quot;failed_to_answer&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;repeat_query&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;trigger_flow_on_chat_close&quot;: null,\n                &quot;offline_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;online_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;satisfaction_survey&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: &quot;300&quot;,\n                    &quot;enabled&quot;: false\n                },\n                &quot;sentiment&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;authInfoDto&quot;: {\n                    &quot;maxExpiryMinutes&quot;: null,\n                    &quot;otpNode&quot;: -1,\n                    &quot;authRequiredType&quot;: null,\n                    &quot;enabled&quot;: false\n                }\n            },\n            &quot;googleLogin&quot;: {\n                &quot;authCode&quot;: null,\n                &quot;email&quot;: null,\n                &quot;fullName&quot;: null,\n                &quot;refreshToken&quot;: null,\n                &quot;accessToken&quot;: null,\n                &quot;botId&quot;: null\n            },\n            &quot;botAccuracyLevel&quot;: 0.5,\n            &quot;greetingMessage&quot;: null,\n            &quot;languageMessage&quot;: null,\n            &quot;isDeleted&quot;: false,\n            &quot;metaInfo&quot;: null,\n            &quot;isBotEnabled&quot;: 1,\n            &quot;webpageSettings&quot;: &quot;{\\&quot;triggerFor\\&quot;:\\&quot;all\\&quot;,\\&quot;isTriggerByClickingBanner\\&quot;:true,\\&quot;isTriggerBasedOnDuration\\&quot;:false,\\&quot;triggerDuration\\&quot;:0}&quot;,\n            &quot;isMobileSdkChannelEnabled&quot;: 0,\n            &quot;isKnowledgebaseConnected&quot;: 0,\n            &quot;buildWith&quot;: &quot;CUSTOM&quot;,\n            &quot;startNodeId&quot;: 598892,\n            &quot;positionX&quot;: null,\n            &quot;positionY&quot;: null,\n            &quot;languageCode&quot;: &quot;en&quot;,\n            &quot;isUpdated&quot;: false,\n            &quot;version&quot;: 0,\n            &quot;assignedDepartments&quot;: null\n        },\n        {\n            &quot;id&quot;: 14098,\n            &quot;accountId&quot;: &quot;8683034&quot;,\n            &quot;botUUId&quot;: &quot;c1aa9d08-b7ff-403e-8eba-d9522ac75bea&quot;,\n            &quot;botName&quot;: &quot;Weather BOT_2&quot;,\n            &quot;lastUpdate&quot;: 1738737769501,\n            &quot;avatarName&quot;: &quot;BOT-Avatar-101.png&quot;,\n            &quot;enabledSocialChannels&quot;: [],\n            &quot;sampleBot&quot;: 0,\n            &quot;displayName&quot;: &quot;Weather BOT&quot;,\n            &quot;tagLine&quot;: &quot;&quot;,\n            &quot;triggerEvent&quot;: {\n                &quot;event&quot;: {\n                    &quot;name&quot;: &quot;click&quot;,\n                    &quot;payload&quot;: {\n                        &quot;time&quot;: null,\n                        &quot;url&quot;: null,\n                        &quot;isExactMatch&quot;: null\n                    }\n                },\n                &quot;priority&quot;: {\n                    &quot;option&quot;: 2\n                },\n                &quot;online&quot;: null,\n                &quot;offline&quot;: null\n            },\n            &quot;isWebChannelEnabled&quot;: 0,\n            &quot;isDraft&quot;: 1,\n            &quot;fallbackSettings&quot;: {\n                &quot;default_message&quot;: &quot;Sorry! I am still learning :) Can you please be more specific to your query?&quot;,\n                &quot;failed_to_answer&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;2&quot;,\n                    &quot;response_intent_id&quot;: 598750,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: true\n                },\n                &quot;repeat_query&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;trigger_flow_on_chat_close&quot;: null,\n                &quot;offline_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;online_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;satisfaction_survey&quot;: {\n                    &quot;type&quot;: &quot;CLOSE_CHAT&quot;,\n                    &quot;message&quot;: &quot;Session has been closed automatically due to inactivity.&quot;,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: &quot;5&quot;,\n                    &quot;enabled&quot;: false\n                },\n                &quot;sentiment&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;authInfoDto&quot;: {\n                    &quot;maxExpiryMinutes&quot;: 3,\n                    &quot;otpNode&quot;: -1,\n                    &quot;authRequiredType&quot;: &quot;ONCE&quot;,\n                    &quot;enabled&quot;: false\n                }\n            },\n            &quot;googleLogin&quot;: {\n                &quot;authCode&quot;: null,\n                &quot;email&quot;: null,\n                &quot;fullName&quot;: null,\n                &quot;refreshToken&quot;: null,\n                &quot;accessToken&quot;: null,\n                &quot;botId&quot;: null\n            },\n            &quot;botAccuracyLevel&quot;: 0.5,\n            &quot;greetingMessage&quot;: null,\n            &quot;languageMessage&quot;: &quot;{\\&quot;message\\&quot;:\\&quot;\\&quot;,\\&quot;title\\&quot;:\\&quot;\\&quot;,\\&quot;code\\&quot;:\\&quot;bn\\&quot;}&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;metaInfo&quot;: null,\n            &quot;isBotEnabled&quot;: 1,\n            &quot;webpageSettings&quot;: &quot;{\\&quot;triggerFor\\&quot;:\\&quot;all\\&quot;,\\&quot;isTriggerByClickingBanner\\&quot;:true,\\&quot;isTriggerBasedOnDuration\\&quot;:false,\\&quot;triggerDuration\\&quot;:0}&quot;,\n            &quot;isMobileSdkChannelEnabled&quot;: 0,\n            &quot;isKnowledgebaseConnected&quot;: 0,\n            &quot;buildWith&quot;: &quot;CUSTOM&quot;,\n            &quot;startNodeId&quot;: 598750,\n            &quot;positionX&quot;: 382.9,\n            &quot;positionY&quot;: 209.51,\n            &quot;languageCode&quot;: &quot;en&quot;,\n            &quot;isUpdated&quot;: false,\n            &quot;version&quot;: 1,\n            &quot;assignedDepartments&quot;: null\n        },\n        {\n            &quot;id&quot;: 14096,\n            &quot;accountId&quot;: &quot;8683034&quot;,\n            &quot;botUUId&quot;: &quot;2dfd742f-8bd8-4174-bcc2-195ff5475b25&quot;,\n            &quot;botName&quot;: &quot;Weather BOT&quot;,\n            &quot;lastUpdate&quot;: 1738729427769,\n            &quot;avatarName&quot;: &quot;BOT-Avatar-101.png&quot;,\n            &quot;enabledSocialChannels&quot;: [],\n            &quot;sampleBot&quot;: 0,\n            &quot;displayName&quot;: &quot;Weather BOT&quot;,\n            &quot;tagLine&quot;: &quot;&quot;,\n            &quot;triggerEvent&quot;: {\n                &quot;event&quot;: {\n                    &quot;name&quot;: &quot;click&quot;,\n                    &quot;payload&quot;: {\n                        &quot;time&quot;: null,\n                        &quot;url&quot;: null,\n                        &quot;isExactMatch&quot;: null\n                    }\n                },\n                &quot;priority&quot;: {\n                    &quot;option&quot;: 2\n                },\n                &quot;online&quot;: null,\n                &quot;offline&quot;: null\n            },\n            &quot;isWebChannelEnabled&quot;: 0,\n            &quot;isDraft&quot;: 1,\n            &quot;fallbackSettings&quot;: {\n                &quot;default_message&quot;: &quot;Sorry! I am still learning :) Can you please be more specific to your query?&quot;,\n                &quot;failed_to_answer&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;repeat_query&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;trigger_flow_on_chat_close&quot;: null,\n                &quot;offline_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;online_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;satisfaction_survey&quot;: {\n                    &quot;type&quot;: &quot;CLOSE_CHAT&quot;,\n                    &quot;message&quot;: &quot;This chat session has been closed due to long period of unavailability.&quot;,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: &quot;5&quot;,\n                    &quot;enabled&quot;: false\n                },\n                &quot;sentiment&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;authInfoDto&quot;: {\n                    &quot;maxExpiryMinutes&quot;: null,\n                    &quot;otpNode&quot;: -1,\n                    &quot;authRequiredType&quot;: null,\n                    &quot;enabled&quot;: false\n                }\n            },\n            &quot;googleLogin&quot;: {\n                &quot;authCode&quot;: null,\n                &quot;email&quot;: null,\n                &quot;fullName&quot;: null,\n                &quot;refreshToken&quot;: null,\n                &quot;accessToken&quot;: null,\n                &quot;botId&quot;: null\n            },\n            &quot;botAccuracyLevel&quot;: 0.5,\n            &quot;greetingMessage&quot;: null,\n            &quot;languageMessage&quot;: &quot;{\\&quot;message\\&quot;:\\&quot;\\&quot;,\\&quot;title\\&quot;:\\&quot;\\&quot;,\\&quot;code\\&quot;:\\&quot;bn\\&quot;}&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;metaInfo&quot;: null,\n            &quot;isBotEnabled&quot;: 1,\n            &quot;webpageSettings&quot;: &quot;{\\&quot;triggerFor\\&quot;:\\&quot;all\\&quot;,\\&quot;isTriggerByClickingBanner\\&quot;:true,\\&quot;isTriggerBasedOnDuration\\&quot;:false,\\&quot;triggerDuration\\&quot;:0}&quot;,\n            &quot;isMobileSdkChannelEnabled&quot;: 0,\n            &quot;isKnowledgebaseConnected&quot;: 0,\n            &quot;buildWith&quot;: &quot;CUSTOM&quot;,\n            &quot;startNodeId&quot;: 598740,\n            &quot;positionX&quot;: -85.24,\n            &quot;positionY&quot;: 190.36,\n            &quot;languageCode&quot;: &quot;en&quot;,\n            &quot;isUpdated&quot;: false,\n            &quot;version&quot;: 0,\n            &quot;assignedDepartments&quot;: null\n        },\n        {\n            &quot;id&quot;: 14095,\n            &quot;accountId&quot;: &quot;8683034&quot;,\n            &quot;botUUId&quot;: &quot;0dad9716-acc3-4fe3-8f62-e2eaa3cb8520&quot;,\n            &quot;botName&quot;: &quot;Grameenphone&quot;,\n            &quot;lastUpdate&quot;: 1738822677376,\n            &quot;avatarName&quot;: &quot;8683034-b0a1898f-03f4-454d-a0c4-4bb9af44244a.png&quot;,\n            &quot;enabledSocialChannels&quot;: [],\n            &quot;sampleBot&quot;: 0,\n            &quot;displayName&quot;: &quot;Grameenphone&quot;,\n            &quot;tagLine&quot;: &quot;&quot;,\n            &quot;triggerEvent&quot;: {\n                &quot;event&quot;: {\n                    &quot;name&quot;: &quot;click&quot;,\n                    &quot;payload&quot;: {\n                        &quot;time&quot;: null,\n                        &quot;url&quot;: null,\n                        &quot;isExactMatch&quot;: null\n                    }\n                },\n                &quot;priority&quot;: {\n                    &quot;option&quot;: 2\n                },\n                &quot;online&quot;: null,\n                &quot;offline&quot;: null\n            },\n            &quot;isWebChannelEnabled&quot;: 0,\n            &quot;isDraft&quot;: 1,\n            &quot;fallbackSettings&quot;: {\n                &quot;default_message&quot;: &quot;Sorry! I am still learning :) Can you please be more specific to your query?&quot;,\n                &quot;failed_to_answer&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;repeat_query&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;trigger_flow_on_chat_close&quot;: null,\n                &quot;offline_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;online_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;satisfaction_survey&quot;: {\n                    &quot;type&quot;: &quot;CLOSE_CHAT&quot;,\n                    &quot;message&quot;: &quot;This chat session has been closed due to long period of unavailability.&quot;,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: &quot;5&quot;,\n                    &quot;enabled&quot;: false\n                },\n                &quot;sentiment&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;authInfoDto&quot;: {\n                    &quot;maxExpiryMinutes&quot;: null,\n                    &quot;otpNode&quot;: -1,\n                    &quot;authRequiredType&quot;: null,\n                    &quot;enabled&quot;: false\n                }\n            },\n            &quot;googleLogin&quot;: {\n                &quot;authCode&quot;: null,\n                &quot;email&quot;: null,\n                &quot;fullName&quot;: null,\n                &quot;refreshToken&quot;: null,\n                &quot;accessToken&quot;: null,\n                &quot;botId&quot;: null\n            },\n            &quot;botAccuracyLevel&quot;: 0.5,\n            &quot;greetingMessage&quot;: null,\n            &quot;languageMessage&quot;: &quot;{\\&quot;message\\&quot;:\\&quot;\\&quot;,\\&quot;title\\&quot;:\\&quot;\\&quot;,\\&quot;code\\&quot;:\\&quot;bn\\&quot;}&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;metaInfo&quot;: null,\n            &quot;isBotEnabled&quot;: 1,\n            &quot;webpageSettings&quot;: &quot;{\\&quot;triggerFor\\&quot;:\\&quot;all\\&quot;,\\&quot;isTriggerByClickingBanner\\&quot;:true,\\&quot;isTriggerBasedOnDuration\\&quot;:false,\\&quot;triggerDuration\\&quot;:0}&quot;,\n            &quot;isMobileSdkChannelEnabled&quot;: 0,\n            &quot;isKnowledgebaseConnected&quot;: 1,\n            &quot;buildWith&quot;: &quot;GEN_AI&quot;,\n            &quot;startNodeId&quot;: 598735,\n            &quot;positionX&quot;: 0.0,\n            &quot;positionY&quot;: 460.0,\n            &quot;languageCode&quot;: &quot;en&quot;,\n            &quot;isUpdated&quot;: false,\n            &quot;version&quot;: 0,\n            &quot;assignedDepartments&quot;: null\n        },\n        {\n            &quot;id&quot;: 14084,\n            &quot;accountId&quot;: &quot;8683034&quot;,\n            &quot;botUUId&quot;: &quot;b28cbf9e-98ac-4687-a980-8245ad0e6973&quot;,\n            &quot;botName&quot;: &quot;Hamid Khan&quot;,\n            &quot;lastUpdate&quot;: 1744270283757,\n            &quot;avatarName&quot;: &quot;BOT-Avatar-101.png&quot;,\n            &quot;enabledSocialChannels&quot;: [],\n            &quot;sampleBot&quot;: 0,\n            &quot;displayName&quot;: &quot;testy&quot;,\n            &quot;tagLine&quot;: null,\n            &quot;triggerEvent&quot;: {\n                &quot;event&quot;: {\n                    &quot;name&quot;: &quot;click&quot;,\n                    &quot;payload&quot;: {\n                        &quot;time&quot;: null,\n                        &quot;url&quot;: null,\n                        &quot;isExactMatch&quot;: null\n                    }\n                },\n                &quot;priority&quot;: {\n                    &quot;option&quot;: 2\n                },\n                &quot;online&quot;: null,\n                &quot;offline&quot;: null\n            },\n            &quot;isWebChannelEnabled&quot;: 0,\n            &quot;isDraft&quot;: 0,\n            &quot;fallbackSettings&quot;: {\n                &quot;default_message&quot;: &quot;Sorry! I am still learning :) Can you please be more specific to your query?&quot;,\n                &quot;failed_to_answer&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;repeat_query&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;trigger_flow_on_chat_close&quot;: null,\n                &quot;offline_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;online_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;satisfaction_survey&quot;: {\n                    &quot;type&quot;: &quot;CLOSE_CHAT&quot;,\n                    &quot;message&quot;: &quot;This chat session has been closed due to long period of unavailability.&quot;,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: &quot;5&quot;,\n                    &quot;enabled&quot;: false\n                },\n                &quot;sentiment&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;authInfoDto&quot;: {\n                    &quot;maxExpiryMinutes&quot;: null,\n                    &quot;otpNode&quot;: -1,\n                    &quot;authRequiredType&quot;: null,\n                    &quot;enabled&quot;: false\n                }\n            },\n            &quot;googleLogin&quot;: {\n                &quot;authCode&quot;: null,\n                &quot;email&quot;: null,\n                &quot;fullName&quot;: null,\n                &quot;refreshToken&quot;: null,\n                &quot;accessToken&quot;: null,\n                &quot;botId&quot;: null\n            },\n            &quot;botAccuracyLevel&quot;: 0.5,\n            &quot;greetingMessage&quot;: null,\n            &quot;languageMessage&quot;: &quot;{\\&quot;message\\&quot;:\\&quot;\\&quot;,\\&quot;title\\&quot;:\\&quot;\\&quot;,\\&quot;code\\&quot;:\\&quot;bn\\&quot;}&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;metaInfo&quot;: null,\n            &quot;isBotEnabled&quot;: 1,\n            &quot;webpageSettings&quot;: &quot;{\\&quot;triggerFor\\&quot;:\\&quot;all\\&quot;,\\&quot;isTriggerByClickingBanner\\&quot;:true,\\&quot;isTriggerBasedOnDuration\\&quot;:false,\\&quot;triggerDuration\\&quot;:0}&quot;,\n            &quot;isMobileSdkChannelEnabled&quot;: 0,\n            &quot;isKnowledgebaseConnected&quot;: 1,\n            &quot;buildWith&quot;: &quot;GEN_AI&quot;,\n            &quot;startNodeId&quot;: 604343,\n            &quot;positionX&quot;: -500.02,\n            &quot;positionY&quot;: -319.89,\n            &quot;languageCode&quot;: &quot;en_GB&quot;,\n            &quot;isUpdated&quot;: false,\n            &quot;version&quot;: 0,\n            &quot;assignedDepartments&quot;: null\n        },\n        {\n            &quot;id&quot;: 14060,\n            &quot;accountId&quot;: &quot;8683034&quot;,\n            &quot;botUUId&quot;: &quot;74ae377e-c89a-4ee7-935c-89e177e201c5&quot;,\n            &quot;botName&quot;: &quot;Testing report&quot;,\n            &quot;lastUpdate&quot;: 1738126628979,\n            &quot;avatarName&quot;: &quot;BOT-Avatar-101.png&quot;,\n            &quot;enabledSocialChannels&quot;: [\n                &quot;FACEBOOK&quot;\n            ],\n            &quot;sampleBot&quot;: 0,\n            &quot;displayName&quot;: &quot;ReveBot&quot;,\n            &quot;tagLine&quot;: null,\n            &quot;triggerEvent&quot;: {\n                &quot;event&quot;: {\n                    &quot;name&quot;: &quot;click&quot;,\n                    &quot;payload&quot;: {\n                        &quot;time&quot;: null,\n                        &quot;url&quot;: null,\n                        &quot;isExactMatch&quot;: null\n                    }\n                },\n                &quot;priority&quot;: {\n                    &quot;option&quot;: 2\n                },\n                &quot;online&quot;: null,\n                &quot;offline&quot;: null\n            },\n            &quot;isWebChannelEnabled&quot;: 1,\n            &quot;isDraft&quot;: 0,\n            &quot;fallbackSettings&quot;: {\n                &quot;default_message&quot;: &quot;Sorry! I am still learning :) Can you please be more specific to your query?&quot;,\n                &quot;failed_to_answer&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;repeat_query&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;trigger_flow_on_chat_close&quot;: null,\n                &quot;offline_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;online_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;satisfaction_survey&quot;: {\n                    &quot;type&quot;: &quot;CLOSE_CHAT&quot;,\n                    &quot;message&quot;: &quot;This chat session has been closed due to long period of unavailability.&quot;,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: &quot;5&quot;,\n                    &quot;enabled&quot;: false\n                },\n                &quot;sentiment&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;authInfoDto&quot;: {\n                    &quot;maxExpiryMinutes&quot;: null,\n                    &quot;otpNode&quot;: -1,\n                    &quot;authRequiredType&quot;: null,\n                    &quot;enabled&quot;: false\n                }\n            },\n            &quot;googleLogin&quot;: {\n                &quot;authCode&quot;: null,\n                &quot;email&quot;: null,\n                &quot;fullName&quot;: null,\n                &quot;refreshToken&quot;: null,\n                &quot;accessToken&quot;: null,\n                &quot;botId&quot;: null\n            },\n            &quot;botAccuracyLevel&quot;: 0.5,\n            &quot;greetingMessage&quot;: null,\n            &quot;languageMessage&quot;: &quot;{\\&quot;message\\&quot;:\\&quot;\\&quot;,\\&quot;title\\&quot;:\\&quot;\\&quot;,\\&quot;code\\&quot;:\\&quot;bn\\&quot;}&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;metaInfo&quot;: null,\n            &quot;isBotEnabled&quot;: 1,\n            &quot;webpageSettings&quot;: &quot;{\\&quot;triggerFor\\&quot;:\\&quot;all\\&quot;,\\&quot;isTriggerByClickingBanner\\&quot;:true,\\&quot;isTriggerBasedOnDuration\\&quot;:false,\\&quot;triggerDuration\\&quot;:0}&quot;,\n            &quot;isMobileSdkChannelEnabled&quot;: 0,\n            &quot;isKnowledgebaseConnected&quot;: 0,\n            &quot;buildWith&quot;: &quot;CUSTOM&quot;,\n            &quot;startNodeId&quot;: 598401,\n            &quot;positionX&quot;: -211.5,\n            &quot;positionY&quot;: -29.5,\n            &quot;languageCode&quot;: &quot;en&quot;,\n            &quot;isUpdated&quot;: false,\n            &quot;version&quot;: 0,\n            &quot;assignedDepartments&quot;: null\n        },\n        {\n            &quot;id&quot;: 14029,\n            &quot;accountId&quot;: &quot;8683034&quot;,\n            &quot;botUUId&quot;: &quot;bd271248-28fb-44ef-88fa-c6d33a3b226d&quot;,\n            &quot;botName&quot;: &quot;AnowerDBA&quot;,\n            &quot;lastUpdate&quot;: 1739333964747,\n            &quot;avatarName&quot;: &quot;BOT-Avatar-101.png&quot;,\n            &quot;enabledSocialChannels&quot;: [\n                &quot;WHATSAPP&quot;\n            ],\n            &quot;sampleBot&quot;: 0,\n            &quot;displayName&quot;: &quot;Anower&quot;,\n            &quot;tagLine&quot;: &quot;Data Analyst&quot;,\n            &quot;triggerEvent&quot;: {\n                &quot;event&quot;: {\n                    &quot;name&quot;: &quot;click&quot;,\n                    &quot;payload&quot;: {\n                        &quot;time&quot;: null,\n                        &quot;url&quot;: null,\n                        &quot;isExactMatch&quot;: null\n                    }\n                },\n                &quot;priority&quot;: {\n                    &quot;option&quot;: 2\n                },\n                &quot;online&quot;: null,\n                &quot;offline&quot;: null\n            },\n            &quot;isWebChannelEnabled&quot;: 0,\n            &quot;isDraft&quot;: 1,\n            &quot;fallbackSettings&quot;: {\n                &quot;default_message&quot;: &quot;Sorry! I am still learning :) Can you please be more specific to your query?&quot;,\n                &quot;failed_to_answer&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;repeat_query&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;trigger_flow_on_chat_close&quot;: null,\n                &quot;offline_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;online_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;satisfaction_survey&quot;: {\n                    &quot;type&quot;: &quot;CLOSE_CHAT&quot;,\n                    &quot;message&quot;: &quot;This chat session has been closed due to long period of unavailability.&quot;,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: &quot;5&quot;,\n                    &quot;enabled&quot;: false\n                },\n                &quot;sentiment&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;authInfoDto&quot;: {\n                    &quot;maxExpiryMinutes&quot;: null,\n                    &quot;otpNode&quot;: -1,\n                    &quot;authRequiredType&quot;: null,\n                    &quot;enabled&quot;: false\n                }\n            },\n            &quot;googleLogin&quot;: {\n                &quot;authCode&quot;: null,\n                &quot;email&quot;: null,\n                &quot;fullName&quot;: null,\n                &quot;refreshToken&quot;: null,\n                &quot;accessToken&quot;: null,\n                &quot;botId&quot;: null\n            },\n            &quot;botAccuracyLevel&quot;: 0.5,\n            &quot;greetingMessage&quot;: null,\n            &quot;languageMessage&quot;: &quot;{\\&quot;message\\&quot;:\\&quot;\\&quot;,\\&quot;title\\&quot;:\\&quot;\\&quot;,\\&quot;code\\&quot;:\\&quot;bn\\&quot;}&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;metaInfo&quot;: null,\n            &quot;isBotEnabled&quot;: 0,\n            &quot;webpageSettings&quot;: &quot;{\\&quot;triggerFor\\&quot;:\\&quot;all\\&quot;,\\&quot;isTriggerByClickingBanner\\&quot;:true,\\&quot;isTriggerBasedOnDuration\\&quot;:false,\\&quot;triggerDuration\\&quot;:0}&quot;,\n            &quot;isMobileSdkChannelEnabled&quot;: 0,\n            &quot;isKnowledgebaseConnected&quot;: 1,\n            &quot;buildWith&quot;: &quot;CUSTOM&quot;,\n            &quot;startNodeId&quot;: null,\n            &quot;positionX&quot;: -855.38,\n            &quot;positionY&quot;: -247.03,\n            &quot;languageCode&quot;: &quot;bn&quot;,\n            &quot;isUpdated&quot;: false,\n            &quot;version&quot;: 0,\n            &quot;assignedDepartments&quot;: null\n        },\n        {\n            &quot;id&quot;: 14013,\n            &quot;accountId&quot;: &quot;8683034&quot;,\n            &quot;botUUId&quot;: &quot;e1765b6e-dd24-42ee-8861-5a7e86a58d91&quot;,\n            &quot;botName&quot;: &quot;Test LLM&quot;,\n            &quot;lastUpdate&quot;: 1737020840908,\n            &quot;avatarName&quot;: &quot;BOT-Avatar-101.png&quot;,\n            &quot;enabledSocialChannels&quot;: [],\n            &quot;sampleBot&quot;: 0,\n            &quot;displayName&quot;: &quot;LLM&quot;,\n            &quot;tagLine&quot;: null,\n            &quot;triggerEvent&quot;: {\n                &quot;event&quot;: {\n                    &quot;name&quot;: &quot;click&quot;,\n                    &quot;payload&quot;: {\n                        &quot;time&quot;: null,\n                        &quot;url&quot;: null,\n                        &quot;isExactMatch&quot;: null\n                    }\n                },\n                &quot;priority&quot;: {\n                    &quot;option&quot;: 2\n                },\n                &quot;online&quot;: null,\n                &quot;offline&quot;: null\n            },\n            &quot;isWebChannelEnabled&quot;: 0,\n            &quot;isDraft&quot;: 1,\n            &quot;fallbackSettings&quot;: {\n                &quot;default_message&quot;: &quot;Sorry! I am still learning :) Can you please be more specific to your query?&quot;,\n                &quot;failed_to_answer&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;repeat_query&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;trigger_flow_on_chat_close&quot;: null,\n                &quot;offline_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;online_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;satisfaction_survey&quot;: {\n                    &quot;type&quot;: &quot;CLOSE_CHAT&quot;,\n                    &quot;message&quot;: &quot;This chat session has been closed due to long period of unavailability.&quot;,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: &quot;5&quot;,\n                    &quot;enabled&quot;: false\n                },\n                &quot;sentiment&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;authInfoDto&quot;: {\n                    &quot;maxExpiryMinutes&quot;: null,\n                    &quot;otpNode&quot;: -1,\n                    &quot;authRequiredType&quot;: null,\n                    &quot;enabled&quot;: false\n                }\n            },\n            &quot;googleLogin&quot;: {\n                &quot;authCode&quot;: null,\n                &quot;email&quot;: null,\n                &quot;fullName&quot;: null,\n                &quot;refreshToken&quot;: null,\n                &quot;accessToken&quot;: null,\n                &quot;botId&quot;: null\n            },\n            &quot;botAccuracyLevel&quot;: 0.5,\n            &quot;greetingMessage&quot;: null,\n            &quot;languageMessage&quot;: &quot;{\\&quot;message\\&quot;:\\&quot;\\&quot;,\\&quot;title\\&quot;:\\&quot;\\&quot;,\\&quot;code\\&quot;:\\&quot;bn\\&quot;}&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;metaInfo&quot;: null,\n            &quot;isBotEnabled&quot;: 0,\n            &quot;webpageSettings&quot;: &quot;{\\&quot;triggerFor\\&quot;:\\&quot;all\\&quot;,\\&quot;isTriggerByClickingBanner\\&quot;:true,\\&quot;isTriggerBasedOnDuration\\&quot;:false,\\&quot;triggerDuration\\&quot;:0}&quot;,\n            &quot;isMobileSdkChannelEnabled&quot;: 0,\n            &quot;isKnowledgebaseConnected&quot;: 0,\n            &quot;buildWith&quot;: &quot;GEN_AI&quot;,\n            &quot;startNodeId&quot;: null,\n            &quot;positionX&quot;: -441.86,\n            &quot;positionY&quot;: -125.32,\n            &quot;languageCode&quot;: &quot;en&quot;,\n            &quot;isUpdated&quot;: false,\n            &quot;version&quot;: 0,\n            &quot;assignedDepartments&quot;: null\n        },\n        {\n            &quot;id&quot;: 13986,\n            &quot;accountId&quot;: &quot;8683034&quot;,\n            &quot;botUUId&quot;: &quot;af8c4171-99e2-4817-b749-94d5958b215d&quot;,\n            &quot;botName&quot;: &quot;Arif (QA) Brain AI&quot;,\n            &quot;lastUpdate&quot;: 1736239582135,\n            &quot;avatarName&quot;: &quot;BOT-Avatar-101.png&quot;,\n            &quot;enabledSocialChannels&quot;: [],\n            &quot;sampleBot&quot;: 0,\n            &quot;displayName&quot;: &quot;Brain AI&quot;,\n            &quot;tagLine&quot;: &quot;QA&quot;,\n            &quot;triggerEvent&quot;: {\n                &quot;event&quot;: {\n                    &quot;name&quot;: &quot;click&quot;,\n                    &quot;payload&quot;: {\n                        &quot;time&quot;: null,\n                        &quot;url&quot;: null,\n                        &quot;isExactMatch&quot;: null\n                    }\n                },\n                &quot;priority&quot;: {\n                    &quot;option&quot;: 2\n                },\n                &quot;online&quot;: null,\n                &quot;offline&quot;: null\n            },\n            &quot;isWebChannelEnabled&quot;: 0,\n            &quot;isDraft&quot;: 1,\n            &quot;fallbackSettings&quot;: {\n                &quot;default_message&quot;: &quot;Sorry! I am still learning :) Can you please be more specific to your query?&quot;,\n                &quot;failed_to_answer&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;repeat_query&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;trigger_flow_on_chat_close&quot;: null,\n                &quot;offline_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;online_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;satisfaction_survey&quot;: {\n                    &quot;type&quot;: &quot;CLOSE_CHAT&quot;,\n                    &quot;message&quot;: &quot;This chat session has been closed due to long period of unavailability.&quot;,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: &quot;5&quot;,\n                    &quot;enabled&quot;: false\n                },\n                &quot;sentiment&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;authInfoDto&quot;: {\n                    &quot;maxExpiryMinutes&quot;: null,\n                    &quot;otpNode&quot;: -1,\n                    &quot;authRequiredType&quot;: null,\n                    &quot;enabled&quot;: false\n                }\n            },\n            &quot;googleLogin&quot;: {\n                &quot;authCode&quot;: null,\n                &quot;email&quot;: null,\n                &quot;fullName&quot;: null,\n                &quot;refreshToken&quot;: null,\n                &quot;accessToken&quot;: null,\n                &quot;botId&quot;: null\n            },\n            &quot;botAccuracyLevel&quot;: 0.5,\n            &quot;greetingMessage&quot;: null,\n            &quot;languageMessage&quot;: &quot;{\\&quot;message\\&quot;:\\&quot;\\&quot;,\\&quot;title\\&quot;:\\&quot;\\&quot;,\\&quot;code\\&quot;:\\&quot;bn\\&quot;}&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;metaInfo&quot;: null,\n            &quot;isBotEnabled&quot;: 0,\n            &quot;webpageSettings&quot;: &quot;{\\&quot;triggerFor\\&quot;:\\&quot;all\\&quot;,\\&quot;isTriggerByClickingBanner\\&quot;:true,\\&quot;isTriggerBasedOnDuration\\&quot;:false,\\&quot;triggerDuration\\&quot;:0}&quot;,\n            &quot;isMobileSdkChannelEnabled&quot;: 0,\n            &quot;isKnowledgebaseConnected&quot;: 1,\n            &quot;buildWith&quot;: &quot;GEN_AI&quot;,\n            &quot;startNodeId&quot;: 600438,\n            &quot;positionX&quot;: -839.69,\n            &quot;positionY&quot;: 633.46,\n            &quot;languageCode&quot;: &quot;en&quot;,\n            &quot;isUpdated&quot;: false,\n            &quot;version&quot;: 0,\n            &quot;assignedDepartments&quot;: null\n        },\n        {\n            &quot;id&quot;: 13968,\n            &quot;accountId&quot;: &quot;8683034&quot;,\n            &quot;botUUId&quot;: &quot;297ad1cd-23a7-4dae-b21e-d43412d2f0e8&quot;,\n            &quot;botName&quot;: &quot;Test Dummy&quot;,\n            &quot;lastUpdate&quot;: 1735443587076,\n            &quot;avatarName&quot;: &quot;BOT-Avatar-101.png&quot;,\n            &quot;enabledSocialChannels&quot;: [],\n            &quot;sampleBot&quot;: 0,\n            &quot;displayName&quot;: &quot;Dummy&quot;,\n            &quot;tagLine&quot;: null,\n            &quot;triggerEvent&quot;: {\n                &quot;event&quot;: {\n                    &quot;name&quot;: &quot;click&quot;,\n                    &quot;payload&quot;: {\n                        &quot;time&quot;: null,\n                        &quot;url&quot;: null,\n                        &quot;isExactMatch&quot;: null\n                    }\n                },\n                &quot;priority&quot;: {\n                    &quot;option&quot;: 2\n                },\n                &quot;online&quot;: null,\n                &quot;offline&quot;: null\n            },\n            &quot;isWebChannelEnabled&quot;: 0,\n            &quot;isDraft&quot;: 1,\n            &quot;fallbackSettings&quot;: {\n                &quot;default_message&quot;: &quot;Sorry! I am still learning :) Can you please be more specific to your query?&quot;,\n                &quot;failed_to_answer&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;repeat_query&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;trigger_flow_on_chat_close&quot;: null,\n                &quot;offline_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;online_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;satisfaction_survey&quot;: {\n                    &quot;type&quot;: &quot;CLOSE_CHAT&quot;,\n                    &quot;message&quot;: &quot;This chat session has been closed due to long period of unavailability.&quot;,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: &quot;5&quot;,\n                    &quot;enabled&quot;: false\n                },\n                &quot;sentiment&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;authInfoDto&quot;: {\n                    &quot;maxExpiryMinutes&quot;: null,\n                    &quot;otpNode&quot;: -1,\n                    &quot;authRequiredType&quot;: null,\n                    &quot;enabled&quot;: false\n                }\n            },\n            &quot;googleLogin&quot;: {\n                &quot;authCode&quot;: null,\n                &quot;email&quot;: null,\n                &quot;fullName&quot;: null,\n                &quot;refreshToken&quot;: null,\n                &quot;accessToken&quot;: null,\n                &quot;botId&quot;: null\n            },\n            &quot;botAccuracyLevel&quot;: 0.5,\n            &quot;greetingMessage&quot;: null,\n            &quot;languageMessage&quot;: &quot;{\\&quot;message\\&quot;:\\&quot;\\&quot;,\\&quot;title\\&quot;:\\&quot;\\&quot;,\\&quot;code\\&quot;:\\&quot;bn\\&quot;}&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;metaInfo&quot;: null,\n            &quot;isBotEnabled&quot;: 0,\n            &quot;webpageSettings&quot;: &quot;{\\&quot;triggerFor\\&quot;:\\&quot;all\\&quot;,\\&quot;isTriggerByClickingBanner\\&quot;:true,\\&quot;isTriggerBasedOnDuration\\&quot;:false,\\&quot;triggerDuration\\&quot;:0}&quot;,\n            &quot;isMobileSdkChannelEnabled&quot;: 0,\n            &quot;isKnowledgebaseConnected&quot;: 1,\n            &quot;buildWith&quot;: &quot;CUSTOM&quot;,\n            &quot;startNodeId&quot;: 597241,\n            &quot;positionX&quot;: -1039.86,\n            &quot;positionY&quot;: -398.92,\n            &quot;languageCode&quot;: &quot;en&quot;,\n            &quot;isUpdated&quot;: false,\n            &quot;version&quot;: 0,\n            &quot;assignedDepartments&quot;: null\n        },\n        {\n            &quot;id&quot;: 13916,\n            &quot;accountId&quot;: &quot;8683034&quot;,\n            &quot;botUUId&quot;: &quot;5e6e3f0a-37ee-4674-a6a9-8a01f691ff00&quot;,\n            &quot;botName&quot;: &quot;FAQ Bot&quot;,\n            &quot;lastUpdate&quot;: 1733393315018,\n            &quot;avatarName&quot;: &quot;Question.png&quot;,\n            &quot;enabledSocialChannels&quot;: [],\n            &quot;sampleBot&quot;: 0,\n            &quot;displayName&quot;: &quot;FAQ Bot&quot;,\n            &quot;tagLine&quot;: &quot;Virtual Assistant&quot;,\n            &quot;triggerEvent&quot;: {\n                &quot;event&quot;: {\n                    &quot;name&quot;: &quot;click&quot;,\n                    &quot;payload&quot;: {\n                        &quot;time&quot;: null,\n                        &quot;url&quot;: null,\n                        &quot;isExactMatch&quot;: null\n                    }\n                },\n                &quot;priority&quot;: {\n                    &quot;option&quot;: 2\n                },\n                &quot;online&quot;: null,\n                &quot;offline&quot;: null\n            },\n            &quot;isWebChannelEnabled&quot;: 0,\n            &quot;isDraft&quot;: 1,\n            &quot;fallbackSettings&quot;: {\n                &quot;default_message&quot;: &quot;Sorry! I am still learning :) Can you please be more specific to your query?&quot;,\n                &quot;failed_to_answer&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;repeat_query&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;trigger_flow_on_chat_close&quot;: null,\n                &quot;offline_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;online_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;satisfaction_survey&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: &quot;300&quot;,\n                    &quot;enabled&quot;: false\n                },\n                &quot;sentiment&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;authInfoDto&quot;: {\n                    &quot;maxExpiryMinutes&quot;: null,\n                    &quot;otpNode&quot;: -1,\n                    &quot;authRequiredType&quot;: null,\n                    &quot;enabled&quot;: false\n                }\n            },\n            &quot;googleLogin&quot;: {\n                &quot;authCode&quot;: null,\n                &quot;email&quot;: null,\n                &quot;fullName&quot;: null,\n                &quot;refreshToken&quot;: null,\n                &quot;accessToken&quot;: null,\n                &quot;botId&quot;: null\n            },\n            &quot;botAccuracyLevel&quot;: 0.5,\n            &quot;greetingMessage&quot;: null,\n            &quot;languageMessage&quot;: &quot;{\\&quot;title\\&quot;:\\&quot;\\&quot;}&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;metaInfo&quot;: null,\n            &quot;isBotEnabled&quot;: 0,\n            &quot;webpageSettings&quot;: &quot;{\\&quot;triggerFor\\&quot;:\\&quot;all\\&quot;,\\&quot;isTriggerByClickingBanner\\&quot;:true,\\&quot;isTriggerBasedOnDuration\\&quot;:false,\\&quot;triggerDuration\\&quot;:0}&quot;,\n            &quot;isMobileSdkChannelEnabled&quot;: 0,\n            &quot;isKnowledgebaseConnected&quot;: 0,\n            &quot;buildWith&quot;: &quot;CUSTOM&quot;,\n            &quot;startNodeId&quot;: 595859,\n            &quot;positionX&quot;: 0.0,\n            &quot;positionY&quot;: 1447.0,\n            &quot;languageCode&quot;: &quot;en&quot;,\n            &quot;isUpdated&quot;: false,\n            &quot;version&quot;: 0,\n            &quot;assignedDepartments&quot;: null\n        },\n        {\n            &quot;id&quot;: 13910,\n            &quot;accountId&quot;: &quot;8683034&quot;,\n            &quot;botUUId&quot;: &quot;0c366d49-2204-4b77-a2a3-4a3de87497a7&quot;,\n            &quot;botName&quot;: &quot;BrainAiAndroidTest&quot;,\n            &quot;lastUpdate&quot;: 1739773230284,\n            &quot;avatarName&quot;: &quot;BOT-Avatar-101.png&quot;,\n            &quot;enabledSocialChannels&quot;: [],\n            &quot;sampleBot&quot;: 0,\n            &quot;displayName&quot;: &quot;BrainAiAndroidTest&quot;,\n            &quot;tagLine&quot;: null,\n            &quot;triggerEvent&quot;: {\n                &quot;event&quot;: {\n                    &quot;name&quot;: &quot;click&quot;,\n                    &quot;payload&quot;: {\n                        &quot;time&quot;: null,\n                        &quot;url&quot;: null,\n                        &quot;isExactMatch&quot;: null\n                    }\n                },\n                &quot;priority&quot;: {\n                    &quot;option&quot;: 2\n                },\n                &quot;online&quot;: null,\n                &quot;offline&quot;: null\n            },\n            &quot;isWebChannelEnabled&quot;: 1,\n            &quot;isDraft&quot;: 1,\n            &quot;fallbackSettings&quot;: {\n                &quot;default_message&quot;: &quot;Sorry! I am still learning :) Can you please be more specific to your query?&quot;,\n                &quot;failed_to_answer&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;repeat_query&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;trigger_flow_on_chat_close&quot;: null,\n                &quot;offline_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;online_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;satisfaction_survey&quot;: {\n                    &quot;type&quot;: &quot;CLOSE_CHAT&quot;,\n                    &quot;message&quot;: &quot;This chat session has been closed due to long period of unavailability.&quot;,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: &quot;5&quot;,\n                    &quot;enabled&quot;: false\n                },\n                &quot;sentiment&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;authInfoDto&quot;: {\n                    &quot;maxExpiryMinutes&quot;: null,\n                    &quot;otpNode&quot;: -1,\n                    &quot;authRequiredType&quot;: null,\n                    &quot;enabled&quot;: false\n                }\n            },\n            &quot;googleLogin&quot;: {\n                &quot;authCode&quot;: null,\n                &quot;email&quot;: null,\n                &quot;fullName&quot;: null,\n                &quot;refreshToken&quot;: null,\n                &quot;accessToken&quot;: null,\n                &quot;botId&quot;: null\n            },\n            &quot;botAccuracyLevel&quot;: 0.5,\n            &quot;greetingMessage&quot;: null,\n            &quot;languageMessage&quot;: &quot;{\\&quot;message\\&quot;:\\&quot;\\&quot;,\\&quot;title\\&quot;:\\&quot;\\&quot;,\\&quot;code\\&quot;:\\&quot;bn\\&quot;}&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;metaInfo&quot;: null,\n            &quot;isBotEnabled&quot;: 0,\n            &quot;webpageSettings&quot;: &quot;{\\&quot;triggerFor\\&quot;:\\&quot;all\\&quot;,\\&quot;isTriggerByClickingBanner\\&quot;:true,\\&quot;isTriggerBasedOnDuration\\&quot;:false,\\&quot;triggerDuration\\&quot;:0}&quot;,\n            &quot;isMobileSdkChannelEnabled&quot;: 0,\n            &quot;isKnowledgebaseConnected&quot;: 0,\n            &quot;buildWith&quot;: &quot;GEN_AI&quot;,\n            &quot;startNodeId&quot;: 596964,\n            &quot;positionX&quot;: -281.33,\n            &quot;positionY&quot;: 82.0,\n            &quot;languageCode&quot;: &quot;en&quot;,\n            &quot;isUpdated&quot;: false,\n            &quot;version&quot;: 0,\n            &quot;assignedDepartments&quot;: null\n        },\n        {\n            &quot;id&quot;: 13904,\n            &quot;accountId&quot;: &quot;8683034&quot;,\n            &quot;botUUId&quot;: &quot;c0f123cc-6ee8-4bca-b27f-52ce994640b4&quot;,\n            &quot;botName&quot;: &quot;Brain AI test&quot;,\n            &quot;lastUpdate&quot;: 1755684347472,\n            &quot;avatarName&quot;: &quot;BOT-Avatar-101.png&quot;,\n            &quot;enabledSocialChannels&quot;: [],\n            &quot;sampleBot&quot;: 0,\n            &quot;displayName&quot;: &quot;Brain AI test&quot;,\n            &quot;tagLine&quot;: null,\n            &quot;triggerEvent&quot;: {\n                &quot;event&quot;: {\n                    &quot;name&quot;: &quot;click&quot;,\n                    &quot;payload&quot;: {\n                        &quot;time&quot;: null,\n                        &quot;url&quot;: null,\n                        &quot;isExactMatch&quot;: null\n                    }\n                },\n                &quot;priority&quot;: {\n                    &quot;option&quot;: 2\n                },\n                &quot;online&quot;: null,\n                &quot;offline&quot;: null\n            },\n            &quot;isWebChannelEnabled&quot;: 1,\n            &quot;isDraft&quot;: 0,\n            &quot;fallbackSettings&quot;: {\n                &quot;default_message&quot;: &quot;Sorry! I am still learning :) Can you please be more specific to your query?&quot;,\n                &quot;failed_to_answer&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;repeat_query&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;trigger_flow_on_chat_close&quot;: null,\n                &quot;offline_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;online_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;satisfaction_survey&quot;: {\n                    &quot;type&quot;: &quot;CLOSE_CHAT&quot;,\n                    &quot;message&quot;: &quot;This chat session has been closed due to long period of unavailability.&quot;,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: &quot;5&quot;,\n                    &quot;enabled&quot;: false\n                },\n                &quot;sentiment&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;authInfoDto&quot;: {\n                    &quot;maxExpiryMinutes&quot;: null,\n                    &quot;otpNode&quot;: -1,\n                    &quot;authRequiredType&quot;: null,\n                    &quot;enabled&quot;: false\n                }\n            },\n            &quot;googleLogin&quot;: {\n                &quot;authCode&quot;: null,\n                &quot;email&quot;: null,\n                &quot;fullName&quot;: null,\n                &quot;refreshToken&quot;: null,\n                &quot;accessToken&quot;: null,\n                &quot;botId&quot;: null\n            },\n            &quot;botAccuracyLevel&quot;: 0.5,\n            &quot;greetingMessage&quot;: null,\n            &quot;languageMessage&quot;: &quot;{\\&quot;message\\&quot;:\\&quot;\\&quot;,\\&quot;title\\&quot;:\\&quot;\\&quot;,\\&quot;code\\&quot;:\\&quot;bn\\&quot;}&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;metaInfo&quot;: null,\n            &quot;isBotEnabled&quot;: 0,\n            &quot;webpageSettings&quot;: &quot;{\\&quot;triggerFor\\&quot;:\\&quot;all\\&quot;,\\&quot;isTriggerByClickingBanner\\&quot;:true,\\&quot;isTriggerBasedOnDuration\\&quot;:false,\\&quot;triggerDuration\\&quot;:0}&quot;,\n            &quot;isMobileSdkChannelEnabled&quot;: 0,\n            &quot;isKnowledgebaseConnected&quot;: 1,\n            &quot;buildWith&quot;: &quot;GEN_AI&quot;,\n            &quot;startNodeId&quot;: 595562,\n            &quot;positionX&quot;: -203.02,\n            &quot;positionY&quot;: 116.34,\n            &quot;languageCode&quot;: &quot;en&quot;,\n            &quot;isUpdated&quot;: false,\n            &quot;version&quot;: 0,\n            &quot;assignedDepartments&quot;: null\n        },\n        {\n            &quot;id&quot;: 13814,\n            &quot;accountId&quot;: &quot;8683034&quot;,\n            &quot;botUUId&quot;: &quot;93f86947-f12f-48d9-8a89-95e3e5857dca&quot;,\n            &quot;botName&quot;: &quot;FAQ Bot&quot;,\n            &quot;lastUpdate&quot;: 1746510103041,\n            &quot;avatarName&quot;: &quot;Question.png&quot;,\n            &quot;enabledSocialChannels&quot;: [],\n            &quot;sampleBot&quot;: 0,\n            &quot;displayName&quot;: &quot;FAQ Bot&quot;,\n            &quot;tagLine&quot;: &quot;Virtual Assistant&quot;,\n            &quot;triggerEvent&quot;: {\n                &quot;event&quot;: {\n                    &quot;name&quot;: &quot;click&quot;,\n                    &quot;payload&quot;: {\n                        &quot;time&quot;: null,\n                        &quot;url&quot;: null,\n                        &quot;isExactMatch&quot;: null\n                    }\n                },\n                &quot;priority&quot;: {\n                    &quot;option&quot;: 2\n                },\n                &quot;online&quot;: null,\n                &quot;offline&quot;: null\n            },\n            &quot;isWebChannelEnabled&quot;: 0,\n            &quot;isDraft&quot;: 1,\n            &quot;fallbackSettings&quot;: {\n                &quot;default_message&quot;: &quot;Sorry! I am still learning :) Can you please be more specific to your query?&quot;,\n                &quot;failed_to_answer&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;repeat_query&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;trigger_flow_on_chat_close&quot;: null,\n                &quot;offline_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;online_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;satisfaction_survey&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: &quot;300&quot;,\n                    &quot;enabled&quot;: false\n                },\n                &quot;sentiment&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;authInfoDto&quot;: {\n                    &quot;maxExpiryMinutes&quot;: null,\n                    &quot;otpNode&quot;: -1,\n                    &quot;authRequiredType&quot;: null,\n                    &quot;enabled&quot;: false\n                }\n            },\n            &quot;googleLogin&quot;: {\n                &quot;authCode&quot;: null,\n                &quot;email&quot;: null,\n                &quot;fullName&quot;: null,\n                &quot;refreshToken&quot;: null,\n                &quot;accessToken&quot;: null,\n                &quot;botId&quot;: null\n            },\n            &quot;botAccuracyLevel&quot;: 0.5,\n            &quot;greetingMessage&quot;: null,\n            &quot;languageMessage&quot;: &quot;{\\&quot;title\\&quot;:\\&quot;\\&quot;}&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;metaInfo&quot;: null,\n            &quot;isBotEnabled&quot;: 0,\n            &quot;webpageSettings&quot;: &quot;{\\&quot;triggerFor\\&quot;:\\&quot;all\\&quot;,\\&quot;isTriggerByClickingBanner\\&quot;:true,\\&quot;isTriggerBasedOnDuration\\&quot;:false,\\&quot;triggerDuration\\&quot;:0}&quot;,\n            &quot;isMobileSdkChannelEnabled&quot;: 0,\n            &quot;isKnowledgebaseConnected&quot;: 0,\n            &quot;buildWith&quot;: &quot;CUSTOM&quot;,\n            &quot;startNodeId&quot;: 589465,\n            &quot;positionX&quot;: 0.0,\n            &quot;positionY&quot;: 1460.0,\n            &quot;languageCode&quot;: &quot;en&quot;,\n            &quot;isUpdated&quot;: false,\n            &quot;version&quot;: 0,\n            &quot;assignedDepartments&quot;: null\n        },\n        {\n            &quot;id&quot;: 13752,\n            &quot;accountId&quot;: &quot;8683034&quot;,\n            &quot;botUUId&quot;: &quot;dd163981-c892-469a-bfe5-2bdb0b9c012d&quot;,\n            &quot;botName&quot;: &quot;test noman&quot;,\n            &quot;lastUpdate&quot;: 1737024777947,\n            &quot;avatarName&quot;: &quot;BOT-Avatar-101.png&quot;,\n            &quot;enabledSocialChannels&quot;: [],\n            &quot;sampleBot&quot;: 0,\n            &quot;displayName&quot;: &quot;New Bot&quot;,\n            &quot;tagLine&quot;: null,\n            &quot;triggerEvent&quot;: {\n                &quot;event&quot;: {\n                    &quot;name&quot;: &quot;click&quot;,\n                    &quot;payload&quot;: {\n                        &quot;time&quot;: null,\n                        &quot;url&quot;: null,\n                        &quot;isExactMatch&quot;: null\n                    }\n                },\n                &quot;priority&quot;: {\n                    &quot;option&quot;: 2\n                },\n                &quot;online&quot;: null,\n                &quot;offline&quot;: null\n            },\n            &quot;isWebChannelEnabled&quot;: 0,\n            &quot;isDraft&quot;: 1,\n            &quot;fallbackSettings&quot;: {\n                &quot;default_message&quot;: &quot;Sorry! I am still learning :) Can you please be more specific to your query?&quot;,\n                &quot;failed_to_answer&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;repeat_query&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;trigger_flow_on_chat_close&quot;: null,\n                &quot;offline_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;online_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;satisfaction_survey&quot;: {\n                    &quot;type&quot;: &quot;CLOSE_CHAT&quot;,\n                    &quot;message&quot;: &quot;This chat session has been closed due to long period of unavailability.&quot;,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: &quot;5&quot;,\n                    &quot;enabled&quot;: false\n                },\n                &quot;sentiment&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;authInfoDto&quot;: {\n                    &quot;maxExpiryMinutes&quot;: null,\n                    &quot;otpNode&quot;: -1,\n                    &quot;authRequiredType&quot;: null,\n                    &quot;enabled&quot;: false\n                }\n            },\n            &quot;googleLogin&quot;: {\n                &quot;authCode&quot;: null,\n                &quot;email&quot;: null,\n                &quot;fullName&quot;: null,\n                &quot;refreshToken&quot;: null,\n                &quot;accessToken&quot;: null,\n                &quot;botId&quot;: null\n            },\n            &quot;botAccuracyLevel&quot;: 0.5,\n            &quot;greetingMessage&quot;: null,\n            &quot;languageMessage&quot;: &quot;{\\&quot;message\\&quot;:\\&quot;\\&quot;,\\&quot;title\\&quot;:\\&quot;\\&quot;,\\&quot;code\\&quot;:\\&quot;bn\\&quot;}&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;metaInfo&quot;: null,\n            &quot;isBotEnabled&quot;: 0,\n            &quot;webpageSettings&quot;: &quot;{\\&quot;triggerFor\\&quot;:\\&quot;all\\&quot;,\\&quot;isTriggerByClickingBanner\\&quot;:true,\\&quot;isTriggerBasedOnDuration\\&quot;:false,\\&quot;triggerDuration\\&quot;:0}&quot;,\n            &quot;isMobileSdkChannelEnabled&quot;: 0,\n            &quot;isKnowledgebaseConnected&quot;: 0,\n            &quot;buildWith&quot;: &quot;CUSTOM&quot;,\n            &quot;startNodeId&quot;: 588972,\n            &quot;positionX&quot;: null,\n            &quot;positionY&quot;: null,\n            &quot;languageCode&quot;: &quot;en&quot;,\n            &quot;isUpdated&quot;: false,\n            &quot;version&quot;: 0,\n            &quot;assignedDepartments&quot;: null\n        },\n        {\n            &quot;id&quot;: 13654,\n            &quot;accountId&quot;: &quot;8683034&quot;,\n            &quot;botUUId&quot;: &quot;303173b4-1305-4f20-9977-52576b0459a9&quot;,\n            &quot;botName&quot;: &quot;Testing bot scoring &quot;,\n            &quot;lastUpdate&quot;: 1729591057931,\n            &quot;avatarName&quot;: &quot;BOT-Avatar-101.png&quot;,\n            &quot;enabledSocialChannels&quot;: [],\n            &quot;sampleBot&quot;: 0,\n            &quot;displayName&quot;: &quot;REVE BOT&quot;,\n            &quot;tagLine&quot;: null,\n            &quot;triggerEvent&quot;: {\n                &quot;event&quot;: {\n                    &quot;name&quot;: &quot;click&quot;,\n                    &quot;payload&quot;: {\n                        &quot;time&quot;: null,\n                        &quot;url&quot;: null,\n                        &quot;isExactMatch&quot;: null\n                    }\n                },\n                &quot;priority&quot;: {\n                    &quot;option&quot;: 2\n                },\n                &quot;online&quot;: null,\n                &quot;offline&quot;: null\n            },\n            &quot;isWebChannelEnabled&quot;: 0,\n            &quot;isDraft&quot;: 0,\n            &quot;fallbackSettings&quot;: {\n                &quot;default_message&quot;: &quot;Sorry! I am still learning :) Can you please be more specific to your query?&quot;,\n                &quot;failed_to_answer&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;repeat_query&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;trigger_flow_on_chat_close&quot;: null,\n                &quot;offline_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;online_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;satisfaction_survey&quot;: {\n                    &quot;type&quot;: &quot;CLOSE_CHAT&quot;,\n                    &quot;message&quot;: &quot;This chat session has been closed due to long period of unavailability.&quot;,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: &quot;5&quot;,\n                    &quot;enabled&quot;: false\n                },\n                &quot;sentiment&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;authInfoDto&quot;: {\n                    &quot;maxExpiryMinutes&quot;: null,\n                    &quot;otpNode&quot;: -1,\n                    &quot;authRequiredType&quot;: null,\n                    &quot;enabled&quot;: false\n                }\n            },\n            &quot;googleLogin&quot;: {\n                &quot;authCode&quot;: null,\n                &quot;email&quot;: null,\n                &quot;fullName&quot;: null,\n                &quot;refreshToken&quot;: null,\n                &quot;accessToken&quot;: null,\n                &quot;botId&quot;: null\n            },\n            &quot;botAccuracyLevel&quot;: 0.5,\n            &quot;greetingMessage&quot;: null,\n            &quot;languageMessage&quot;: &quot;{\\&quot;message\\&quot;:\\&quot;\\&quot;,\\&quot;title\\&quot;:\\&quot;\\&quot;,\\&quot;code\\&quot;:\\&quot;bn\\&quot;}&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;metaInfo&quot;: null,\n            &quot;isBotEnabled&quot;: 0,\n            &quot;webpageSettings&quot;: &quot;{\\&quot;triggerFor\\&quot;:\\&quot;all\\&quot;,\\&quot;isTriggerByClickingBanner\\&quot;:true,\\&quot;isTriggerBasedOnDuration\\&quot;:false,\\&quot;triggerDuration\\&quot;:0}&quot;,\n            &quot;isMobileSdkChannelEnabled&quot;: 0,\n            &quot;isKnowledgebaseConnected&quot;: 0,\n            &quot;buildWith&quot;: &quot;CUSTOM&quot;,\n            &quot;startNodeId&quot;: 587856,\n            &quot;positionX&quot;: -431.6,\n            &quot;positionY&quot;: -183.27,\n            &quot;languageCode&quot;: &quot;en&quot;,\n            &quot;isUpdated&quot;: false,\n            &quot;version&quot;: 0,\n            &quot;assignedDepartments&quot;: null\n        },\n        {\n            &quot;id&quot;: 13641,\n            &quot;accountId&quot;: &quot;8683034&quot;,\n            &quot;botUUId&quot;: &quot;d62dde7d-3bda-4645-8d8b-2ef21b6e671f&quot;,\n            &quot;botName&quot;: &quot;Testing Bot Score&quot;,\n            &quot;lastUpdate&quot;: 1737024777947,\n            &quot;avatarName&quot;: &quot;BOT-Avatar-101.png&quot;,\n            &quot;enabledSocialChannels&quot;: [],\n            &quot;sampleBot&quot;: 0,\n            &quot;displayName&quot;: &quot;Anower&quot;,\n            &quot;tagLine&quot;: &quot;Data Analyst&quot;,\n            &quot;triggerEvent&quot;: {\n                &quot;event&quot;: {\n                    &quot;name&quot;: &quot;click&quot;,\n                    &quot;payload&quot;: {\n                        &quot;time&quot;: null,\n                        &quot;url&quot;: null,\n                        &quot;isExactMatch&quot;: null\n                    }\n                },\n                &quot;priority&quot;: {\n                    &quot;option&quot;: 2\n                },\n                &quot;online&quot;: null,\n                &quot;offline&quot;: null\n            },\n            &quot;isWebChannelEnabled&quot;: 0,\n            &quot;isDraft&quot;: 1,\n            &quot;fallbackSettings&quot;: {\n                &quot;default_message&quot;: &quot;Sorry! I am still learning :) Can you please be more specific to your query?&quot;,\n                &quot;failed_to_answer&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;repeat_query&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;trigger_flow_on_chat_close&quot;: null,\n                &quot;offline_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;online_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;satisfaction_survey&quot;: {\n                    &quot;type&quot;: &quot;CLOSE_CHAT&quot;,\n                    &quot;message&quot;: &quot;This chat session has been closed due to long period of unavailability.&quot;,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: &quot;5&quot;,\n                    &quot;enabled&quot;: false\n                },\n                &quot;sentiment&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;authInfoDto&quot;: {\n                    &quot;maxExpiryMinutes&quot;: null,\n                    &quot;otpNode&quot;: -1,\n                    &quot;authRequiredType&quot;: null,\n                    &quot;enabled&quot;: false\n                }\n            },\n            &quot;googleLogin&quot;: {\n                &quot;authCode&quot;: null,\n                &quot;email&quot;: null,\n                &quot;fullName&quot;: null,\n                &quot;refreshToken&quot;: null,\n                &quot;accessToken&quot;: null,\n                &quot;botId&quot;: null\n            },\n            &quot;botAccuracyLevel&quot;: 0.5,\n            &quot;greetingMessage&quot;: null,\n            &quot;languageMessage&quot;: &quot;{\\&quot;message\\&quot;:\\&quot;\\&quot;,\\&quot;title\\&quot;:\\&quot;\\&quot;,\\&quot;code\\&quot;:\\&quot;bn\\&quot;}&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;metaInfo&quot;: null,\n            &quot;isBotEnabled&quot;: 0,\n            &quot;webpageSettings&quot;: &quot;{\\&quot;triggerFor\\&quot;:\\&quot;all\\&quot;,\\&quot;isTriggerByClickingBanner\\&quot;:true,\\&quot;isTriggerBasedOnDuration\\&quot;:false,\\&quot;triggerDuration\\&quot;:0}&quot;,\n            &quot;isMobileSdkChannelEnabled&quot;: 0,\n            &quot;isKnowledgebaseConnected&quot;: 0,\n            &quot;buildWith&quot;: &quot;CUSTOM&quot;,\n            &quot;startNodeId&quot;: 587704,\n            &quot;positionX&quot;: -259.49,\n            &quot;positionY&quot;: -127.14,\n            &quot;languageCode&quot;: &quot;en&quot;,\n            &quot;isUpdated&quot;: false,\n            &quot;version&quot;: 0,\n            &quot;assignedDepartments&quot;: null\n        },\n        {\n            &quot;id&quot;: 13639,\n            &quot;accountId&quot;: &quot;8683034&quot;,\n            &quot;botUUId&quot;: &quot;663de8f9-c772-4451-9f02-3bbfa0be966f&quot;,\n            &quot;botName&quot;: &quot;test noman&quot;,\n            &quot;lastUpdate&quot;: 1737024777947,\n            &quot;avatarName&quot;: &quot;BOT-Avatar-101.png&quot;,\n            &quot;enabledSocialChannels&quot;: [],\n            &quot;sampleBot&quot;: 0,\n            &quot;displayName&quot;: &quot;New Bot&quot;,\n            &quot;tagLine&quot;: null,\n            &quot;triggerEvent&quot;: {\n                &quot;event&quot;: {\n                    &quot;name&quot;: &quot;click&quot;,\n                    &quot;payload&quot;: {\n                        &quot;time&quot;: null,\n                        &quot;url&quot;: null,\n                        &quot;isExactMatch&quot;: null\n                    }\n                },\n                &quot;priority&quot;: {\n                    &quot;option&quot;: 2\n                },\n                &quot;online&quot;: null,\n                &quot;offline&quot;: null\n            },\n            &quot;isWebChannelEnabled&quot;: 0,\n            &quot;isDraft&quot;: 1,\n            &quot;fallbackSettings&quot;: {\n                &quot;default_message&quot;: &quot;Sorry! I am still learning :) Can you please be more specific to your query?&quot;,\n                &quot;failed_to_answer&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;repeat_query&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;trigger_flow_on_chat_close&quot;: null,\n                &quot;offline_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;online_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;satisfaction_survey&quot;: {\n                    &quot;type&quot;: &quot;CLOSE_CHAT&quot;,\n                    &quot;message&quot;: &quot;This chat session has been closed due to long period of unavailability.&quot;,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: &quot;5&quot;,\n                    &quot;enabled&quot;: false\n                },\n                &quot;sentiment&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;authInfoDto&quot;: {\n                    &quot;maxExpiryMinutes&quot;: null,\n                    &quot;otpNode&quot;: -1,\n                    &quot;authRequiredType&quot;: null,\n                    &quot;enabled&quot;: false\n                }\n            },\n            &quot;googleLogin&quot;: {\n                &quot;authCode&quot;: null,\n                &quot;email&quot;: null,\n                &quot;fullName&quot;: null,\n                &quot;refreshToken&quot;: null,\n                &quot;accessToken&quot;: null,\n                &quot;botId&quot;: null\n            },\n            &quot;botAccuracyLevel&quot;: 0.5,\n            &quot;greetingMessage&quot;: null,\n            &quot;languageMessage&quot;: &quot;{\\&quot;message\\&quot;:\\&quot;\\&quot;,\\&quot;title\\&quot;:\\&quot;\\&quot;,\\&quot;code\\&quot;:\\&quot;bn\\&quot;}&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;metaInfo&quot;: null,\n            &quot;isBotEnabled&quot;: 0,\n            &quot;webpageSettings&quot;: &quot;{\\&quot;triggerFor\\&quot;:\\&quot;all\\&quot;,\\&quot;isTriggerByClickingBanner\\&quot;:true,\\&quot;isTriggerBasedOnDuration\\&quot;:false,\\&quot;triggerDuration\\&quot;:0}&quot;,\n            &quot;isMobileSdkChannelEnabled&quot;: 0,\n            &quot;isKnowledgebaseConnected&quot;: 0,\n            &quot;buildWith&quot;: &quot;CUSTOM&quot;,\n            &quot;startNodeId&quot;: null,\n            &quot;positionX&quot;: -426.8,\n            &quot;positionY&quot;: -328.33,\n            &quot;languageCode&quot;: &quot;en&quot;,\n            &quot;isUpdated&quot;: false,\n            &quot;version&quot;: 0,\n            &quot;assignedDepartments&quot;: null\n        },\n        {\n            &quot;id&quot;: 13634,\n            &quot;accountId&quot;: &quot;8683034&quot;,\n            &quot;botUUId&quot;: &quot;c0915500-1576-425c-b89e-0e6203ed841d&quot;,\n            &quot;botName&quot;: &quot;Shahin Test Account &quot;,\n            &quot;lastUpdate&quot;: 1733119115641,\n            &quot;avatarName&quot;: &quot;BOT-Avatar-101.png&quot;,\n            &quot;enabledSocialChannels&quot;: [],\n            &quot;sampleBot&quot;: 0,\n            &quot;displayName&quot;: &quot;Test Bot (Business)&quot;,\n            &quot;tagLine&quot;: null,\n            &quot;triggerEvent&quot;: {\n                &quot;event&quot;: {\n                    &quot;name&quot;: &quot;click&quot;,\n                    &quot;payload&quot;: {\n                        &quot;time&quot;: null,\n                        &quot;url&quot;: null,\n                        &quot;isExactMatch&quot;: null\n                    }\n                },\n                &quot;priority&quot;: {\n                    &quot;option&quot;: 2\n                },\n                &quot;online&quot;: null,\n                &quot;offline&quot;: null\n            },\n            &quot;isWebChannelEnabled&quot;: 0,\n            &quot;isDraft&quot;: 0,\n            &quot;fallbackSettings&quot;: {\n                &quot;default_message&quot;: &quot;Sorry! I am still learning :) Can you please be more specific to your query?&quot;,\n                &quot;failed_to_answer&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;repeat_query&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;trigger_flow_on_chat_close&quot;: null,\n                &quot;offline_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;online_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;satisfaction_survey&quot;: {\n                    &quot;type&quot;: &quot;CLOSE_CHAT&quot;,\n                    &quot;message&quot;: &quot;This chat session has been closed due to long period of unavailability.&quot;,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: &quot;5&quot;,\n                    &quot;enabled&quot;: false\n                },\n                &quot;sentiment&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;authInfoDto&quot;: {\n                    &quot;maxExpiryMinutes&quot;: null,\n                    &quot;otpNode&quot;: -1,\n                    &quot;authRequiredType&quot;: null,\n                    &quot;enabled&quot;: false\n                }\n            },\n            &quot;googleLogin&quot;: {\n                &quot;authCode&quot;: null,\n                &quot;email&quot;: null,\n                &quot;fullName&quot;: null,\n                &quot;refreshToken&quot;: null,\n                &quot;accessToken&quot;: null,\n                &quot;botId&quot;: null\n            },\n            &quot;botAccuracyLevel&quot;: 0.5,\n            &quot;greetingMessage&quot;: null,\n            &quot;languageMessage&quot;: &quot;{\\&quot;message\\&quot;:\\&quot;\\&quot;,\\&quot;title\\&quot;:\\&quot;\\&quot;,\\&quot;code\\&quot;:\\&quot;bn\\&quot;}&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;metaInfo&quot;: null,\n            &quot;isBotEnabled&quot;: 0,\n            &quot;webpageSettings&quot;: &quot;{\\&quot;triggerFor\\&quot;:\\&quot;all\\&quot;,\\&quot;isTriggerByClickingBanner\\&quot;:true,\\&quot;isTriggerBasedOnDuration\\&quot;:false,\\&quot;triggerDuration\\&quot;:0}&quot;,\n            &quot;isMobileSdkChannelEnabled&quot;: 0,\n            &quot;isKnowledgebaseConnected&quot;: 1,\n            &quot;buildWith&quot;: &quot;GEN_AI&quot;,\n            &quot;startNodeId&quot;: 589470,\n            &quot;positionX&quot;: -1359.32,\n            &quot;positionY&quot;: -147.25,\n            &quot;languageCode&quot;: &quot;en&quot;,\n            &quot;isUpdated&quot;: false,\n            &quot;version&quot;: 0,\n            &quot;assignedDepartments&quot;: null\n        },\n        {\n            &quot;id&quot;: 13606,\n            &quot;accountId&quot;: &quot;8683034&quot;,\n            &quot;botUUId&quot;: &quot;dd5c031c-d407-434c-80d1-fe5fb0a22797&quot;,\n            &quot;botName&quot;: &quot;Anower Bot New 3rd October&quot;,\n            &quot;lastUpdate&quot;: 1739333914620,\n            &quot;avatarName&quot;: &quot;BOT-Avatar-101.png&quot;,\n            &quot;enabledSocialChannels&quot;: [],\n            &quot;sampleBot&quot;: 0,\n            &quot;displayName&quot;: &quot;Anower&quot;,\n            &quot;tagLine&quot;: &quot;Data Analyst&quot;,\n            &quot;triggerEvent&quot;: {\n                &quot;event&quot;: {\n                    &quot;name&quot;: &quot;click&quot;,\n                    &quot;payload&quot;: {\n                        &quot;time&quot;: null,\n                        &quot;url&quot;: null,\n                        &quot;isExactMatch&quot;: null\n                    }\n                },\n                &quot;priority&quot;: {\n                    &quot;option&quot;: 2\n                },\n                &quot;online&quot;: null,\n                &quot;offline&quot;: null\n            },\n            &quot;isWebChannelEnabled&quot;: 0,\n            &quot;isDraft&quot;: 1,\n            &quot;fallbackSettings&quot;: {\n                &quot;default_message&quot;: &quot;Sorry! I am still learning :) Can you please be more specific to your query?&quot;,\n                &quot;failed_to_answer&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;repeat_query&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;trigger_flow_on_chat_close&quot;: null,\n                &quot;offline_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;online_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;satisfaction_survey&quot;: {\n                    &quot;type&quot;: &quot;CLOSE_CHAT&quot;,\n                    &quot;message&quot;: &quot;This chat session has been closed due to long period of unavailability.&quot;,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: &quot;5&quot;,\n                    &quot;enabled&quot;: false\n                },\n                &quot;sentiment&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;authInfoDto&quot;: {\n                    &quot;maxExpiryMinutes&quot;: null,\n                    &quot;otpNode&quot;: -1,\n                    &quot;authRequiredType&quot;: null,\n                    &quot;enabled&quot;: false\n                }\n            },\n            &quot;googleLogin&quot;: {\n                &quot;authCode&quot;: null,\n                &quot;email&quot;: null,\n                &quot;fullName&quot;: null,\n                &quot;refreshToken&quot;: null,\n                &quot;accessToken&quot;: null,\n                &quot;botId&quot;: null\n            },\n            &quot;botAccuracyLevel&quot;: 0.5,\n            &quot;greetingMessage&quot;: null,\n            &quot;languageMessage&quot;: &quot;{\\&quot;message\\&quot;:\\&quot;\\&quot;,\\&quot;title\\&quot;:\\&quot;\\&quot;,\\&quot;code\\&quot;:\\&quot;bn\\&quot;}&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;metaInfo&quot;: null,\n            &quot;isBotEnabled&quot;: 0,\n            &quot;webpageSettings&quot;: &quot;{\\&quot;triggerFor\\&quot;:\\&quot;all\\&quot;,\\&quot;isTriggerByClickingBanner\\&quot;:true,\\&quot;isTriggerBasedOnDuration\\&quot;:false,\\&quot;triggerDuration\\&quot;:0}&quot;,\n            &quot;isMobileSdkChannelEnabled&quot;: 0,\n            &quot;isKnowledgebaseConnected&quot;: 0,\n            &quot;buildWith&quot;: &quot;CUSTOM&quot;,\n            &quot;startNodeId&quot;: 587335,\n            &quot;positionX&quot;: -601.14,\n            &quot;positionY&quot;: -250.88,\n            &quot;languageCode&quot;: &quot;en&quot;,\n            &quot;isUpdated&quot;: false,\n            &quot;version&quot;: 0,\n            &quot;assignedDepartments&quot;: null\n        },\n        {\n            &quot;id&quot;: 13603,\n            &quot;accountId&quot;: &quot;8683034&quot;,\n            &quot;botUUId&quot;: &quot;e36e9a97-3046-4511-8d7c-6251c567e8cd&quot;,\n            &quot;botName&quot;: &quot;AnowerDB&quot;,\n            &quot;lastUpdate&quot;: 1727925990163,\n            &quot;avatarName&quot;: &quot;BOT-Avatar-101.png&quot;,\n            &quot;enabledSocialChannels&quot;: [],\n            &quot;sampleBot&quot;: 0,\n            &quot;displayName&quot;: &quot;Anower&quot;,\n            &quot;tagLine&quot;: null,\n            &quot;triggerEvent&quot;: {\n                &quot;event&quot;: {\n                    &quot;name&quot;: &quot;click&quot;,\n                    &quot;payload&quot;: {\n                        &quot;time&quot;: null,\n                        &quot;url&quot;: null,\n                        &quot;isExactMatch&quot;: null\n                    }\n                },\n                &quot;priority&quot;: {\n                    &quot;option&quot;: 2\n                },\n                &quot;online&quot;: null,\n                &quot;offline&quot;: null\n            },\n            &quot;isWebChannelEnabled&quot;: 0,\n            &quot;isDraft&quot;: 1,\n            &quot;fallbackSettings&quot;: {\n                &quot;default_message&quot;: &quot;Sorry! I am still learning :) Can you please be more specific to your query?&quot;,\n                &quot;failed_to_answer&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;repeat_query&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;trigger_flow_on_chat_close&quot;: null,\n                &quot;offline_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;online_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;satisfaction_survey&quot;: {\n                    &quot;type&quot;: &quot;CLOSE_CHAT&quot;,\n                    &quot;message&quot;: &quot;This chat session has been closed due to long period of unavailability.&quot;,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: &quot;5&quot;,\n                    &quot;enabled&quot;: false\n                },\n                &quot;sentiment&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;authInfoDto&quot;: {\n                    &quot;maxExpiryMinutes&quot;: null,\n                    &quot;otpNode&quot;: -1,\n                    &quot;authRequiredType&quot;: null,\n                    &quot;enabled&quot;: false\n                }\n            },\n            &quot;googleLogin&quot;: {\n                &quot;authCode&quot;: null,\n                &quot;email&quot;: null,\n                &quot;fullName&quot;: null,\n                &quot;refreshToken&quot;: null,\n                &quot;accessToken&quot;: null,\n                &quot;botId&quot;: null\n            },\n            &quot;botAccuracyLevel&quot;: 0.5,\n            &quot;greetingMessage&quot;: null,\n            &quot;languageMessage&quot;: &quot;{\\&quot;message\\&quot;:\\&quot;\\&quot;,\\&quot;title\\&quot;:\\&quot;\\&quot;,\\&quot;code\\&quot;:\\&quot;bn\\&quot;}&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;metaInfo&quot;: null,\n            &quot;isBotEnabled&quot;: 0,\n            &quot;webpageSettings&quot;: &quot;{\\&quot;triggerFor\\&quot;:\\&quot;all\\&quot;,\\&quot;isTriggerByClickingBanner\\&quot;:true,\\&quot;isTriggerBasedOnDuration\\&quot;:false,\\&quot;triggerDuration\\&quot;:0}&quot;,\n            &quot;isMobileSdkChannelEnabled&quot;: 0,\n            &quot;isKnowledgebaseConnected&quot;: 0,\n            &quot;buildWith&quot;: &quot;CUSTOM&quot;,\n            &quot;startNodeId&quot;: 587303,\n            &quot;positionX&quot;: 0.0,\n            &quot;positionY&quot;: 110.5,\n            &quot;languageCode&quot;: &quot;en&quot;,\n            &quot;isUpdated&quot;: false,\n            &quot;version&quot;: 0,\n            &quot;assignedDepartments&quot;: null\n        },\n        {\n            &quot;id&quot;: 13434,\n            &quot;accountId&quot;: &quot;8683034&quot;,\n            &quot;botUUId&quot;: &quot;f61eb15d-56ed-4fbf-b80b-16dcab90084f&quot;,\n            &quot;botName&quot;: &quot;Reliance Foundation Hospital&quot;,\n            &quot;lastUpdate&quot;: 1725521582259,\n            &quot;avatarName&quot;: &quot;BOT-Avatar-101.png&quot;,\n            &quot;enabledSocialChannels&quot;: [],\n            &quot;sampleBot&quot;: 0,\n            &quot;displayName&quot;: &quot;Appointment Bot&quot;,\n            &quot;tagLine&quot;: &quot;&quot;,\n            &quot;triggerEvent&quot;: {\n                &quot;event&quot;: {\n                    &quot;name&quot;: &quot;click&quot;,\n                    &quot;payload&quot;: {\n                        &quot;time&quot;: null,\n                        &quot;url&quot;: null,\n                        &quot;isExactMatch&quot;: null\n                    }\n                },\n                &quot;priority&quot;: {\n                    &quot;option&quot;: 2\n                },\n                &quot;online&quot;: null,\n                &quot;offline&quot;: null\n            },\n            &quot;isWebChannelEnabled&quot;: 0,\n            &quot;isDraft&quot;: 1,\n            &quot;fallbackSettings&quot;: {\n                &quot;default_message&quot;: &quot;Sorry! I am still learning :) Can you please be more specific to your query?&quot;,\n                &quot;failed_to_answer&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;repeat_query&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;trigger_flow_on_chat_close&quot;: null,\n                &quot;offline_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;online_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;satisfaction_survey&quot;: {\n                    &quot;type&quot;: &quot;CLOSE_CHAT&quot;,\n                    &quot;message&quot;: &quot;This chat session has been closed due to long period of unavailability.&quot;,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: &quot;5&quot;,\n                    &quot;enabled&quot;: false\n                },\n                &quot;sentiment&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;authInfoDto&quot;: {\n                    &quot;maxExpiryMinutes&quot;: null,\n                    &quot;otpNode&quot;: -1,\n                    &quot;authRequiredType&quot;: null,\n                    &quot;enabled&quot;: false\n                }\n            },\n            &quot;googleLogin&quot;: {\n                &quot;authCode&quot;: null,\n                &quot;email&quot;: null,\n                &quot;fullName&quot;: null,\n                &quot;refreshToken&quot;: null,\n                &quot;accessToken&quot;: null,\n                &quot;botId&quot;: null\n            },\n            &quot;botAccuracyLevel&quot;: 0.5,\n            &quot;greetingMessage&quot;: null,\n            &quot;languageMessage&quot;: &quot;{\\&quot;message\\&quot;:\\&quot;\\&quot;,\\&quot;title\\&quot;:\\&quot;\\&quot;,\\&quot;code\\&quot;:\\&quot;bn\\&quot;}&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;metaInfo&quot;: null,\n            &quot;isBotEnabled&quot;: 0,\n            &quot;webpageSettings&quot;: &quot;{\\&quot;triggerFor\\&quot;:\\&quot;all\\&quot;,\\&quot;isTriggerByClickingBanner\\&quot;:true,\\&quot;isTriggerBasedOnDuration\\&quot;:false,\\&quot;triggerDuration\\&quot;:0}&quot;,\n            &quot;isMobileSdkChannelEnabled&quot;: 0,\n            &quot;isKnowledgebaseConnected&quot;: 0,\n            &quot;buildWith&quot;: &quot;CUSTOM&quot;,\n            &quot;startNodeId&quot;: 586918,\n            &quot;positionX&quot;: 1546.22,\n            &quot;positionY&quot;: 1220.39,\n            &quot;languageCode&quot;: &quot;en&quot;,\n            &quot;isUpdated&quot;: false,\n            &quot;version&quot;: 0,\n            &quot;assignedDepartments&quot;: null\n        },\n        {\n            &quot;id&quot;: 13376,\n            &quot;accountId&quot;: &quot;8683034&quot;,\n            &quot;botUUId&quot;: &quot;3d9ed583-94fa-4703-b2e0-a4b29e18696e&quot;,\n            &quot;botName&quot;: &quot;Testing Bot Cases&quot;,\n            &quot;lastUpdate&quot;: 1723697286211,\n            &quot;avatarName&quot;: &quot;BOT-Avatar-101.png&quot;,\n            &quot;enabledSocialChannels&quot;: [],\n            &quot;sampleBot&quot;: 0,\n            &quot;displayName&quot;: &quot;DE&quot;,\n            &quot;tagLine&quot;: &quot;DA&quot;,\n            &quot;triggerEvent&quot;: {\n                &quot;event&quot;: {\n                    &quot;name&quot;: &quot;click&quot;,\n                    &quot;payload&quot;: {\n                        &quot;time&quot;: null,\n                        &quot;url&quot;: null,\n                        &quot;isExactMatch&quot;: null\n                    }\n                },\n                &quot;priority&quot;: {\n                    &quot;option&quot;: 2\n                },\n                &quot;online&quot;: null,\n                &quot;offline&quot;: null\n            },\n            &quot;isWebChannelEnabled&quot;: 0,\n            &quot;isDraft&quot;: 1,\n            &quot;fallbackSettings&quot;: {\n                &quot;default_message&quot;: &quot;I am processing your word. Can you please explain in a different way?&quot;,\n                &quot;failed_to_answer&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;repeat_query&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;trigger_flow_on_chat_close&quot;: null,\n                &quot;offline_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;online_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;satisfaction_survey&quot;: {\n                    &quot;type&quot;: &quot;NODE&quot;,\n                    &quot;message&quot;: &quot;Session has been closed automatically due to inactivity.&quot;,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: 582091,\n                    &quot;survey_conf_time&quot;: &quot;60&quot;,\n                    &quot;enabled&quot;: true\n                },\n                &quot;sentiment&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;authInfoDto&quot;: {\n                    &quot;maxExpiryMinutes&quot;: 3,\n                    &quot;otpNode&quot;: -1,\n                    &quot;authRequiredType&quot;: &quot;ONCE&quot;,\n                    &quot;enabled&quot;: false\n                }\n            },\n            &quot;googleLogin&quot;: {\n                &quot;authCode&quot;: null,\n                &quot;email&quot;: null,\n                &quot;fullName&quot;: null,\n                &quot;refreshToken&quot;: null,\n                &quot;accessToken&quot;: null,\n                &quot;botId&quot;: null\n            },\n            &quot;botAccuracyLevel&quot;: 0.5,\n            &quot;greetingMessage&quot;: null,\n            &quot;languageMessage&quot;: &quot;{\\&quot;message\\&quot;:\\&quot;\\&quot;,\\&quot;title\\&quot;:\\&quot;\\&quot;,\\&quot;code\\&quot;:\\&quot;bn\\&quot;}&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;metaInfo&quot;: null,\n            &quot;isBotEnabled&quot;: 0,\n            &quot;webpageSettings&quot;: &quot;{\\&quot;triggerFor\\&quot;:\\&quot;all\\&quot;,\\&quot;isTriggerByClickingBanner\\&quot;:true,\\&quot;isTriggerBasedOnDuration\\&quot;:false,\\&quot;triggerDuration\\&quot;:0}&quot;,\n            &quot;isMobileSdkChannelEnabled&quot;: 0,\n            &quot;isKnowledgebaseConnected&quot;: 0,\n            &quot;buildWith&quot;: &quot;CUSTOM&quot;,\n            &quot;startNodeId&quot;: 582088,\n            &quot;positionX&quot;: null,\n            &quot;positionY&quot;: null,\n            &quot;languageCode&quot;: &quot;en&quot;,\n            &quot;isUpdated&quot;: false,\n            &quot;version&quot;: 0,\n            &quot;assignedDepartments&quot;: null\n        },\n        {\n            &quot;id&quot;: 13263,\n            &quot;accountId&quot;: &quot;8683034&quot;,\n            &quot;botUUId&quot;: &quot;d00e08cf-d910-4842-be07-41086e81e84b&quot;,\n            &quot;botName&quot;: &quot;Rafi Bot For Testing&quot;,\n            &quot;lastUpdate&quot;: 1723398541882,\n            &quot;avatarName&quot;: &quot;BOT-Avatar-101.png&quot;,\n            &quot;enabledSocialChannels&quot;: [\n                &quot;INSTAGRAM&quot;\n            ],\n            &quot;sampleBot&quot;: 0,\n            &quot;displayName&quot;: &quot;Don&#039;t Delete&quot;,\n            &quot;tagLine&quot;: &quot;&quot;,\n            &quot;triggerEvent&quot;: {\n                &quot;event&quot;: {\n                    &quot;name&quot;: &quot;click&quot;,\n                    &quot;payload&quot;: {\n                        &quot;time&quot;: null,\n                        &quot;url&quot;: null,\n                        &quot;isExactMatch&quot;: null\n                    }\n                },\n                &quot;priority&quot;: {\n                    &quot;option&quot;: 2\n                },\n                &quot;online&quot;: null,\n                &quot;offline&quot;: null\n            },\n            &quot;isWebChannelEnabled&quot;: 1,\n            &quot;isDraft&quot;: 1,\n            &quot;fallbackSettings&quot;: {\n                &quot;default_message&quot;: &quot;Sorry! I am still learning :) Can you please be more specific to your query?&quot;,\n                &quot;failed_to_answer&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;repeat_query&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;trigger_flow_on_chat_close&quot;: null,\n                &quot;offline_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;online_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;satisfaction_survey&quot;: {\n                    &quot;type&quot;: &quot;CLOSE_CHAT&quot;,\n                    &quot;message&quot;: &quot;This chat session has been closed due to long period of unavailability.&quot;,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: null,\n                    &quot;survey_conf_time&quot;: &quot;5&quot;,\n                    &quot;enabled&quot;: false\n                },\n                &quot;sentiment&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;authInfoDto&quot;: {\n                    &quot;maxExpiryMinutes&quot;: null,\n                    &quot;otpNode&quot;: -1,\n                    &quot;authRequiredType&quot;: null,\n                    &quot;enabled&quot;: false\n                }\n            },\n            &quot;googleLogin&quot;: {\n                &quot;authCode&quot;: null,\n                &quot;email&quot;: null,\n                &quot;fullName&quot;: null,\n                &quot;refreshToken&quot;: null,\n                &quot;accessToken&quot;: null,\n                &quot;botId&quot;: null\n            },\n            &quot;botAccuracyLevel&quot;: 0.5,\n            &quot;greetingMessage&quot;: null,\n            &quot;languageMessage&quot;: &quot;{\\&quot;message\\&quot;:\\&quot;\\&quot;,\\&quot;title\\&quot;:\\&quot;\\&quot;,\\&quot;code\\&quot;:\\&quot;bn\\&quot;}&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;metaInfo&quot;: null,\n            &quot;isBotEnabled&quot;: 0,\n            &quot;webpageSettings&quot;: &quot;{\\&quot;triggerFor\\&quot;:\\&quot;all\\&quot;,\\&quot;isTriggerByClickingBanner\\&quot;:true,\\&quot;isTriggerBasedOnDuration\\&quot;:false,\\&quot;triggerDuration\\&quot;:0}&quot;,\n            &quot;isMobileSdkChannelEnabled&quot;: 0,\n            &quot;isKnowledgebaseConnected&quot;: 0,\n            &quot;buildWith&quot;: &quot;CUSTOM&quot;,\n            &quot;startNodeId&quot;: 580434,\n            &quot;positionX&quot;: null,\n            &quot;positionY&quot;: null,\n            &quot;languageCode&quot;: &quot;en&quot;,\n            &quot;isUpdated&quot;: false,\n            &quot;version&quot;: 0,\n            &quot;assignedDepartments&quot;: null\n        },\n        {\n            &quot;id&quot;: 12246,\n            &quot;accountId&quot;: &quot;8683034&quot;,\n            &quot;botUUId&quot;: &quot;8efd1209-5b56-444f-904d-0ed7241a0a7a&quot;,\n            &quot;botName&quot;: &quot;AnowerEventTracking&quot;,\n            &quot;lastUpdate&quot;: 1723603972823,\n            &quot;avatarName&quot;: &quot;BOT-Avatar-101.png&quot;,\n            &quot;enabledSocialChannels&quot;: [],\n            &quot;sampleBot&quot;: 0,\n            &quot;displayName&quot;: &quot;Anower&quot;,\n            &quot;tagLine&quot;: &quot;&quot;,\n            &quot;triggerEvent&quot;: {\n                &quot;event&quot;: {\n                    &quot;name&quot;: &quot;click&quot;,\n                    &quot;payload&quot;: {\n                        &quot;time&quot;: null,\n                        &quot;url&quot;: null,\n                        &quot;isExactMatch&quot;: null\n                    }\n                },\n                &quot;priority&quot;: {\n                    &quot;option&quot;: 1\n                },\n                &quot;online&quot;: null,\n                &quot;offline&quot;: null\n            },\n            &quot;isWebChannelEnabled&quot;: 0,\n            &quot;isDraft&quot;: 1,\n            &quot;fallbackSettings&quot;: {\n                &quot;default_message&quot;: &quot;Sorry! I am still learning :) Can you please be more specific to your query?&quot;,\n                &quot;failed_to_answer&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;repeat_query&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;trigger_flow_on_chat_close&quot;: null,\n                &quot;offline_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;online_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;satisfaction_survey&quot;: {\n                    &quot;type&quot;: &quot;NODE&quot;,\n                    &quot;message&quot;: &quot;Session has been closed automatically due to inactivity.&quot;,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: 582040,\n                    &quot;survey_conf_time&quot;: &quot;60&quot;,\n                    &quot;enabled&quot;: true\n                },\n                &quot;sentiment&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;authInfoDto&quot;: {\n                    &quot;maxExpiryMinutes&quot;: 3,\n                    &quot;otpNode&quot;: -1,\n                    &quot;authRequiredType&quot;: &quot;ONCE&quot;,\n                    &quot;enabled&quot;: false\n                }\n            },\n            &quot;googleLogin&quot;: {\n                &quot;authCode&quot;: null,\n                &quot;email&quot;: null,\n                &quot;fullName&quot;: null,\n                &quot;refreshToken&quot;: null,\n                &quot;accessToken&quot;: null,\n                &quot;botId&quot;: null\n            },\n            &quot;botAccuracyLevel&quot;: 0.51,\n            &quot;greetingMessage&quot;: null,\n            &quot;languageMessage&quot;: &quot;{\\&quot;message\\&quot;:\\&quot;\\&quot;,\\&quot;title\\&quot;:\\&quot;\\&quot;,\\&quot;code\\&quot;:\\&quot;bn\\&quot;}&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;metaInfo&quot;: null,\n            &quot;isBotEnabled&quot;: 0,\n            &quot;webpageSettings&quot;: &quot;{\\&quot;triggerFor\\&quot;:\\&quot;all\\&quot;,\\&quot;isTriggerByClickingBanner\\&quot;:true,\\&quot;isTriggerBasedOnDuration\\&quot;:false,\\&quot;triggerDuration\\&quot;:0}&quot;,\n            &quot;isMobileSdkChannelEnabled&quot;: 0,\n            &quot;isKnowledgebaseConnected&quot;: 0,\n            &quot;buildWith&quot;: &quot;CUSTOM&quot;,\n            &quot;startNodeId&quot;: null,\n            &quot;positionX&quot;: null,\n            &quot;positionY&quot;: null,\n            &quot;languageCode&quot;: &quot;en&quot;,\n            &quot;isUpdated&quot;: false,\n            &quot;version&quot;: 0,\n            &quot;assignedDepartments&quot;: null\n        },\n        {\n            &quot;id&quot;: 11541,\n            &quot;accountId&quot;: &quot;8683034&quot;,\n            &quot;botUUId&quot;: &quot;cf85b0ca-7c21-469b-8453-20c970509668&quot;,\n            &quot;botName&quot;: &quot;Calendly&quot;,\n            &quot;lastUpdate&quot;: 1694935809718,\n            &quot;avatarName&quot;: &quot;BOT-Avatar-101.png&quot;,\n            &quot;enabledSocialChannels&quot;: [],\n            &quot;sampleBot&quot;: 0,\n            &quot;displayName&quot;: &quot;Calendly&quot;,\n            &quot;tagLine&quot;: &quot;&quot;,\n            &quot;triggerEvent&quot;: {\n                &quot;event&quot;: {\n                    &quot;name&quot;: &quot;click&quot;,\n                    &quot;payload&quot;: {\n                        &quot;time&quot;: null,\n                        &quot;url&quot;: null,\n                        &quot;isExactMatch&quot;: null\n                    }\n                },\n                &quot;priority&quot;: {\n                    &quot;option&quot;: 1\n                },\n                &quot;online&quot;: null,\n                &quot;offline&quot;: null\n            },\n            &quot;isWebChannelEnabled&quot;: 0,\n            &quot;isDraft&quot;: 1,\n            &quot;fallbackSettings&quot;: {\n                &quot;default_message&quot;: &quot;Sorry! I am still learning :) Can you please be more specific to your query?&quot;,\n                &quot;failed_to_answer&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;repeat_query&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;trigger_flow_on_chat_close&quot;: null,\n                &quot;offline_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;online_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;satisfaction_survey&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: &quot;300&quot;,\n                    &quot;enabled&quot;: false\n                },\n                &quot;sentiment&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;authInfoDto&quot;: {\n                    &quot;maxExpiryMinutes&quot;: null,\n                    &quot;otpNode&quot;: -1,\n                    &quot;authRequiredType&quot;: null,\n                    &quot;enabled&quot;: false\n                }\n            },\n            &quot;googleLogin&quot;: {\n                &quot;authCode&quot;: null,\n                &quot;email&quot;: null,\n                &quot;fullName&quot;: null,\n                &quot;refreshToken&quot;: null,\n                &quot;accessToken&quot;: null,\n                &quot;botId&quot;: null\n            },\n            &quot;botAccuracyLevel&quot;: 0.5,\n            &quot;greetingMessage&quot;: null,\n            &quot;languageMessage&quot;: &quot;{\\&quot;message\\&quot;:\\&quot;\\&quot;,\\&quot;title\\&quot;:\\&quot;\\&quot;,\\&quot;code\\&quot;:\\&quot;bn\\&quot;}&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;metaInfo&quot;: null,\n            &quot;isBotEnabled&quot;: 0,\n            &quot;webpageSettings&quot;: &quot;{\\&quot;triggerFor\\&quot;:\\&quot;all\\&quot;,\\&quot;isTriggerByClickingBanner\\&quot;:true,\\&quot;isTriggerBasedOnDuration\\&quot;:false,\\&quot;triggerDuration\\&quot;:0}&quot;,\n            &quot;isMobileSdkChannelEnabled&quot;: 0,\n            &quot;isKnowledgebaseConnected&quot;: 0,\n            &quot;buildWith&quot;: &quot;CUSTOM&quot;,\n            &quot;startNodeId&quot;: null,\n            &quot;positionX&quot;: null,\n            &quot;positionY&quot;: null,\n            &quot;languageCode&quot;: &quot;en&quot;,\n            &quot;isUpdated&quot;: false,\n            &quot;version&quot;: 0,\n            &quot;assignedDepartments&quot;: null\n        },\n        {\n            &quot;id&quot;: 11451,\n            &quot;accountId&quot;: &quot;8683034&quot;,\n            &quot;botUUId&quot;: &quot;8030c09b-7388-450c-ab30-bd74dd073cd4&quot;,\n            &quot;botName&quot;: &quot;Pard Basic&quot;,\n            &quot;lastUpdate&quot;: 1693130952417,\n            &quot;avatarName&quot;: &quot;BOT-Avatar-101.png&quot;,\n            &quot;enabledSocialChannels&quot;: [],\n            &quot;sampleBot&quot;: 0,\n            &quot;displayName&quot;: &quot;Pard Basic&quot;,\n            &quot;tagLine&quot;: &quot;&quot;,\n            &quot;triggerEvent&quot;: {\n                &quot;event&quot;: {\n                    &quot;name&quot;: &quot;click&quot;,\n                    &quot;payload&quot;: {\n                        &quot;time&quot;: null,\n                        &quot;url&quot;: null,\n                        &quot;isExactMatch&quot;: null\n                    }\n                },\n                &quot;priority&quot;: {\n                    &quot;option&quot;: 2\n                },\n                &quot;online&quot;: null,\n                &quot;offline&quot;: null\n            },\n            &quot;isWebChannelEnabled&quot;: 1,\n            &quot;isDraft&quot;: 0,\n            &quot;fallbackSettings&quot;: {\n                &quot;default_message&quot;: &quot;Sorry! I am still learning :) Can you please be more specific to your query?&quot;,\n                &quot;failed_to_answer&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;repeat_query&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;trigger_flow_on_chat_close&quot;: null,\n                &quot;offline_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;online_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;satisfaction_survey&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: &quot;300&quot;,\n                    &quot;enabled&quot;: false\n                },\n                &quot;sentiment&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;authInfoDto&quot;: {\n                    &quot;maxExpiryMinutes&quot;: null,\n                    &quot;otpNode&quot;: -1,\n                    &quot;authRequiredType&quot;: null,\n                    &quot;enabled&quot;: false\n                }\n            },\n            &quot;googleLogin&quot;: {\n                &quot;authCode&quot;: null,\n                &quot;email&quot;: null,\n                &quot;fullName&quot;: null,\n                &quot;refreshToken&quot;: null,\n                &quot;accessToken&quot;: null,\n                &quot;botId&quot;: null\n            },\n            &quot;botAccuracyLevel&quot;: 0.5,\n            &quot;greetingMessage&quot;: null,\n            &quot;languageMessage&quot;: &quot;{\\&quot;message\\&quot;:\\&quot;\\&quot;,\\&quot;title\\&quot;:\\&quot;\\&quot;,\\&quot;code\\&quot;:\\&quot;bn\\&quot;}&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;metaInfo&quot;: null,\n            &quot;isBotEnabled&quot;: 0,\n            &quot;webpageSettings&quot;: &quot;{\\&quot;triggerFor\\&quot;:\\&quot;all\\&quot;,\\&quot;isTriggerByClickingBanner\\&quot;:true,\\&quot;isTriggerBasedOnDuration\\&quot;:false,\\&quot;triggerDuration\\&quot;:0}&quot;,\n            &quot;isMobileSdkChannelEnabled&quot;: 0,\n            &quot;isKnowledgebaseConnected&quot;: 0,\n            &quot;buildWith&quot;: &quot;CUSTOM&quot;,\n            &quot;startNodeId&quot;: 558778,\n            &quot;positionX&quot;: null,\n            &quot;positionY&quot;: null,\n            &quot;languageCode&quot;: &quot;en&quot;,\n            &quot;isUpdated&quot;: false,\n            &quot;version&quot;: 0,\n            &quot;assignedDepartments&quot;: null\n        },\n        {\n            &quot;id&quot;: 11372,\n            &quot;accountId&quot;: &quot;8683034&quot;,\n            &quot;botUUId&quot;: &quot;6afde428-3ad4-4a9f-88c1-1ba2c4be33f0&quot;,\n            &quot;botName&quot;: &quot;AnowerDB&quot;,\n            &quot;lastUpdate&quot;: 1692782713601,\n            &quot;avatarName&quot;: &quot;BOT-Avatar-101.png&quot;,\n            &quot;enabledSocialChannels&quot;: [],\n            &quot;sampleBot&quot;: 0,\n            &quot;displayName&quot;: &quot;AnowerDB&quot;,\n            &quot;tagLine&quot;: &quot;&quot;,\n            &quot;triggerEvent&quot;: {\n                &quot;event&quot;: {\n                    &quot;name&quot;: &quot;click&quot;,\n                    &quot;payload&quot;: {\n                        &quot;time&quot;: null,\n                        &quot;url&quot;: null,\n                        &quot;isExactMatch&quot;: null\n                    }\n                },\n                &quot;priority&quot;: {\n                    &quot;option&quot;: 2\n                },\n                &quot;online&quot;: null,\n                &quot;offline&quot;: null\n            },\n            &quot;isWebChannelEnabled&quot;: 1,\n            &quot;isDraft&quot;: 0,\n            &quot;fallbackSettings&quot;: {\n                &quot;default_message&quot;: &quot;Sorry! I am still learning :) Can you please be more specific to your query?&quot;,\n                &quot;failed_to_answer&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: 557929,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;repeat_query&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;trigger_flow_on_chat_close&quot;: null,\n                &quot;offline_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;online_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;satisfaction_survey&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: &quot;300&quot;,\n                    &quot;enabled&quot;: false\n                },\n                &quot;sentiment&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;authInfoDto&quot;: {\n                    &quot;maxExpiryMinutes&quot;: 3,\n                    &quot;otpNode&quot;: -1,\n                    &quot;authRequiredType&quot;: &quot;ONCE&quot;,\n                    &quot;enabled&quot;: false\n                }\n            },\n            &quot;googleLogin&quot;: {\n                &quot;authCode&quot;: null,\n                &quot;email&quot;: null,\n                &quot;fullName&quot;: null,\n                &quot;refreshToken&quot;: null,\n                &quot;accessToken&quot;: null,\n                &quot;botId&quot;: null\n            },\n            &quot;botAccuracyLevel&quot;: 0.5,\n            &quot;greetingMessage&quot;: null,\n            &quot;languageMessage&quot;: &quot;{\\&quot;message\\&quot;:\\&quot;\\&quot;,\\&quot;title\\&quot;:\\&quot;\\&quot;,\\&quot;code\\&quot;:\\&quot;bn\\&quot;}&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;metaInfo&quot;: null,\n            &quot;isBotEnabled&quot;: 0,\n            &quot;webpageSettings&quot;: &quot;{\\&quot;triggerFor\\&quot;:\\&quot;all\\&quot;,\\&quot;isTriggerByClickingBanner\\&quot;:true,\\&quot;isTriggerBasedOnDuration\\&quot;:false,\\&quot;triggerDuration\\&quot;:0}&quot;,\n            &quot;isMobileSdkChannelEnabled&quot;: 0,\n            &quot;isKnowledgebaseConnected&quot;: 0,\n            &quot;buildWith&quot;: &quot;CUSTOM&quot;,\n            &quot;startNodeId&quot;: null,\n            &quot;positionX&quot;: null,\n            &quot;positionY&quot;: null,\n            &quot;languageCode&quot;: &quot;en&quot;,\n            &quot;isUpdated&quot;: false,\n            &quot;version&quot;: 0,\n            &quot;assignedDepartments&quot;: null\n        },\n        {\n            &quot;id&quot;: 11204,\n            &quot;accountId&quot;: &quot;8683034&quot;,\n            &quot;botUUId&quot;: &quot;148b13a0-f998-42d1-a5d2-df678fc54a24&quot;,\n            &quot;botName&quot;: &quot;Vtiger&quot;,\n            &quot;lastUpdate&quot;: 1693118204306,\n            &quot;avatarName&quot;: &quot;BOT-Avatar-101.png&quot;,\n            &quot;enabledSocialChannels&quot;: [],\n            &quot;sampleBot&quot;: 0,\n            &quot;displayName&quot;: &quot;Vtiger&quot;,\n            &quot;tagLine&quot;: &quot;&quot;,\n            &quot;triggerEvent&quot;: {\n                &quot;event&quot;: {\n                    &quot;name&quot;: &quot;click&quot;,\n                    &quot;payload&quot;: {\n                        &quot;time&quot;: null,\n                        &quot;url&quot;: null,\n                        &quot;isExactMatch&quot;: null\n                    }\n                },\n                &quot;priority&quot;: {\n                    &quot;option&quot;: 1\n                },\n                &quot;online&quot;: null,\n                &quot;offline&quot;: null\n            },\n            &quot;isWebChannelEnabled&quot;: 0,\n            &quot;isDraft&quot;: 0,\n            &quot;fallbackSettings&quot;: {\n                &quot;default_message&quot;: &quot;Sorry! I am still learning :) Can you please be more specific to your query?&quot;,\n                &quot;failed_to_answer&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;repeat_query&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: &quot;3&quot;,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;trigger_flow_on_chat_close&quot;: null,\n                &quot;offline_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;online_form&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;satisfaction_survey&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: &quot;300&quot;,\n                    &quot;enabled&quot;: false\n                },\n                &quot;sentiment&quot;: {\n                    &quot;type&quot;: null,\n                    &quot;message&quot;: null,\n                    &quot;max_limit&quot;: null,\n                    &quot;response_intent_id&quot;: -1,\n                    &quot;survey_conf_time&quot;: null,\n                    &quot;enabled&quot;: false\n                },\n                &quot;authInfoDto&quot;: {\n                    &quot;maxExpiryMinutes&quot;: null,\n                    &quot;otpNode&quot;: -1,\n                    &quot;authRequiredType&quot;: null,\n                    &quot;enabled&quot;: false\n                }\n            },\n            &quot;googleLogin&quot;: {\n                &quot;authCode&quot;: null,\n                &quot;email&quot;: null,\n                &quot;fullName&quot;: null,\n                &quot;refreshToken&quot;: null,\n                &quot;accessToken&quot;: null,\n                &quot;botId&quot;: null\n            },\n            &quot;botAccuracyLevel&quot;: 0.5,\n            &quot;greetingMessage&quot;: null,\n            &quot;languageMessage&quot;: &quot;{\\&quot;message\\&quot;:\\&quot;\\&quot;,\\&quot;title\\&quot;:\\&quot;\\&quot;,\\&quot;code\\&quot;:\\&quot;bn\\&quot;}&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;metaInfo&quot;: null,\n            &quot;isBotEnabled&quot;: 0,\n            &quot;webpageSettings&quot;: &quot;{\\&quot;triggerFor\\&quot;:\\&quot;all\\&quot;,\\&quot;isTriggerByClickingBanner\\&quot;:true,\\&quot;isTriggerBasedOnDuration\\&quot;:false,\\&quot;triggerDuration\\&quot;:0}&quot;,\n            &quot;isMobileSdkChannelEnabled&quot;: 0,\n            &quot;isKnowledgebaseConnected&quot;: 0,\n            &quot;buildWith&quot;: &quot;CUSTOM&quot;,\n            &quot;startNodeId&quot;: null,\n            &quot;positionX&quot;: null,\n            &quot;positionY&quot;: null,\n            &quot;languageCode&quot;: &quot;en&quot;,\n            &quot;isUpdated&quot;: false,\n            &quot;version&quot;: 0,\n            &quot;assignedDepartments&quot;: null\n        }\n    ]\n}<\/code><\/pre>\n<\/details>\n\n\n\n<h2 class=\"wp-block-heading\">All Bot Chats API with Parameters<\/h2>\n\n\n\n<p>To retrieve all conversations for a specific bot, use the CURL command below. Be sure to replace {account_id} and {bot_id} with the appropriate values from your account.<\/p>\n\n\n\n<figure class=\"wp-block-table is-style-regular\"><table class=\"has-fixed-layout\"><thead><tr><th>Field<\/th><th>Category<\/th><th>Type<\/th><th>Description<\/th><th>Example<\/th><\/tr><\/thead><tbody><tr><td>page_no<\/td><td>optional<\/td><td>Number<\/td><td>The requested page number.<\/td><td><code>?page_no=1<\/code><\/td><\/tr><tr><td>date_from<\/td><td>optional<\/td><td>String<\/td><td>Timestamp in milliseconds formatted date is end date of the search criteria.<\/td><td><code>?date_from=1747119480000<\/code><\/td><\/tr><tr><td>date_to<\/td><td>optional<\/td><td>String<\/td><td>Timestamp in milliseconds formatted date is end date of the search criteria.<\/td><td><code>?date_to=1752389880000<\/code><\/td><\/tr><tr><td>bot_id<\/td><td>optional<\/td><td>Number<\/td><td>Will return results involving this agent id only.<\/td><td><code>?bot_id=14431<\/code><\/td><\/tr><tr><td>visitorEmail<\/td><td>optional<\/td><td>String<\/td><td>Will return results involving this visitor&#8217;s email only.<\/td><td><code>?visitorEmail=talha@revechat.com<\/code><\/td><\/tr><tr><td>is_handover<\/td><td>optional<\/td><td>String<\/td><td>If value is set as true, then it will return bot sessions that handed over the chat to human agent. If set as false, then it will return chat that did not handed over to agents <\/td><td><code>??is_handover=true<\/code><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h5 class=\"wp-block-heading\">Example CURL with all Parameter<\/h5>\n\n\n\n<pre class=\"wp-block-prismatic-blocks\"><code class=\"language-bash\">curl --location &#039;https:\/\/api.revechat.com\/api\/bot-chats\/8683034?bot_id=14431&amp;page_no=1&amp;date_from=1747119480000&amp;date_to=1752389880000&amp;is_handover=true&amp;visitorEmail=talha%40revechat.com&#039; \\\n--header &#039;Authorization: eyJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50SWQiOiI4NjgzMDM0Iiwic3ViIjoiYXV0aG9yaXphdGlvbiIsImV4cCI6MTc1ODI3OTA4OSwiaWF0IjoxNzU1Njg3MDg5fQ.o9l9YaVLF0DWSfbHTHKCrOfv7L4DouKgbLiWA9dm85I&#039; \\\n--header &#039;Cookie: revechatLocaleCookie=en&#039;<\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n\n<details class=\"wp-block-details is-layout-flow wp-block-details-is-layout-flow\"><summary>View Success Response<\/summary>\n<pre class=\"wp-block-prismatic-blocks\"><code class=\"language-json\">{\n    &quot;status&quot;: &quot;success&quot;,\n    &quot;message&quot;: &quot;found&quot;,\n    &quot;body&quot;: {\n        &quot;content&quot;: [\n            {\n                &quot;serialNo&quot;: 1,\n                &quot;id&quot;: 2188814,\n                &quot;visitorId&quot;: 16219122,\n                &quot;visitorRecordId&quot;: 30267155,\n                &quot;timestamp&quot;: 1749883348702,\n                &quot;accountId&quot;: &quot;8683034&quot;,\n                &quot;channelType&quot;: 0,\n                &quot;phoneNo&quot;: null,\n                &quot;email&quot;: &quot;talha@revechat.com&quot;,\n                &quot;visitorName&quot;: &quot;#fe50a4daf&quot;,\n                &quot;botRating&quot;: {\n                    &quot;rateType&quot;: null,\n                    &quot;rateValue&quot;: null,\n                    &quot;vsPostchatSurveyExtraFields&quot;: &quot;[]&quot;,\n                    &quot;aggregated&quot;: false\n                },\n                &quot;botName&quot;: &quot;prime bank bot test afzal 2&quot;,\n                &quot;city&quot;: &quot;Dhaka&quot;,\n                &quot;country&quot;: &quot;Bangladesh&quot;,\n                &quot;visitorSource&quot;: &quot;https:\/\/app.revechat.com&quot;,\n                &quot;sessionStarted&quot;: &quot;14-Jun-25; 06:42:15 AM&quot;,\n                &quot;messageCount&quot;: 5,\n                &quot;openEndedQueryCount&quot;: 2,\n                &quot;fallbackCount&quot;: 0,\n                &quot;sessionDuration&quot;: &quot;45:33:17&quot;,\n                &quot;endedBy&quot;: 0,\n                &quot;sessionEnded&quot;: &quot;16-Jun-25; 04:15:32 AM&quot;,\n                &quot;deviceType&quot;: &quot;Windows 10&quot;,\n                &quot;chatInitiatedUrl&quot;: &quot;https:\/\/app.revechat.com\/static\/live-preview\/bot-preview-commercial.html&quot;,\n                &quot;humanHandover&quot;: 1,\n                &quot;visitorUuid&quot;: &quot;54cfe50a-48a9-4daf-8924-940850b0f53c&quot;,\n                &quot;chatInfoId&quot;: 21520704,\n                &quot;botProfilePic&quot;: &quot;BOT-Avatar-101.png&quot;,\n                &quot;visitorProfilePicUrl&quot;: &quot;&quot;,\n                &quot;sentiment&quot;: null\n            }\n        ],\n        &quot;pageSize&quot;: 20,\n        &quot;totalPage&quot;: 1,\n        &quot;currentPage&quot;: 0,\n        &quot;totalRecord&quot;: 1\n    }\n}<\/code><\/pre>\n\n\n\n<p><\/p>\n<\/details>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Get a single chatbot session details<\/h2>\n\n\n\n<p>To retrieve single conversations for a specific bot, use the CURL command below. Be sure to replace {account_id}, {bot_id}, and {id} of that particular chat with the appropriate values from your account.<\/p>\n\n\n\n<pre class=\"wp-block-prismatic-blocks\"><code class=\"language-bash\">curl --location -g &#039;https:\/\/api.revechat.com\/api\/bot-chats\/{account_id}\/{id}&#039; \\\n--header &#039;Authorization: eyJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50SWQiOAiIAAAAAAAAAAAAAA&#039;<\/code><\/pre>\n\n\n\n<h5 class=\"wp-block-heading\">Example:<\/h5>\n\n\n\n<pre class=\"wp-block-prismatic-blocks\"><code class=\"language-bash\">curl --location &#039;https:\/\/api.revechat.com\/api\/bot-chats\/8683034\/2188814&#039; \\\n--header &#039;Authorization: eyJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50SWQiOiI4NjgzMDM0Iiwic3ViIjoiYXV0aG9yaXphdGlvbiIsImV4cCI6MTc1ODI3OTA4OSwiaWF0IjoxNzU1Njg3MDg5fQ.o9l9YaVLF0DWSfbHTHKCrOfv7L4DouKgbLiWA9dm85I&#039; \\\n--header &#039;Cookie: revechatLocaleCookie=en&#039;<\/code><\/pre>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<details class=\"wp-block-details is-layout-flow wp-block-details-is-layout-flow\"><summary>View Success Parameter Here<\/summary>\n<pre class=\"wp-block-prismatic-blocks\"><code class=\"language-json\">{\n    &quot;status&quot;: &quot;success&quot;,\n    &quot;message&quot;: &quot;found&quot;,\n    &quot;body&quot;: [\n        {\n            &quot;aname&quot;: &quot;Prime Bank Bot Test Afzal 2&quot;,\n            &quot;ftype&quot;: 1,\n            &quot;ttype&quot;: 0,\n            &quot;from&quot;: &quot;54cfe50a-48a9-4daf-8924-940850b0f53c&quot;,\n            &quot;userType&quot;: 1,\n            &quot;to&quot;: &quot;&quot;,\n            &quot;type&quot;: 1945,\n            &quot;body&quot;: {\n                &quot;message&quot;: [\n                    {\n                        &quot;id&quot;: null,\n                        &quot;type&quot;: &quot;text&quot;,\n                        &quot;message&quot;: {\n                            &quot;text&quot;: &quot;hello prime bank bot test afzal 2&quot;,\n                            &quot;goalId&quot;: null,\n                            &quot;attachment&quot;: null,\n                            &quot;validationType&quot;: null,\n                            &quot;dateFormat&quot;: null,\n                            &quot;timeFormat&quot;: null,\n                            &quot;numberOfRepeat&quot;: null,\n                            &quot;failureMessage&quot;: null,\n                            &quot;failedNode&quot;: null,\n                            &quot;attributeName&quot;: null,\n                            &quot;attributeValue&quot;: null,\n                            &quot;quick_replies&quot;: null,\n                            &quot;payload&quot;: null,\n                            &quot;email_payload&quot;: null,\n                            &quot;transferMsg&quot;: null,\n                            &quot;delay&quot;: null,\n                            &quot;heading_text&quot;: null,\n                            &quot;meeting_title&quot;: null,\n                            &quot;meeting_description&quot;: null,\n                            &quot;meeting_location&quot;: null,\n                            &quot;meeting_duration&quot;: null,\n                            &quot;meeting_timezone&quot;: null,\n                            &quot;success_msg&quot;: null,\n                            &quot;slot_not_available_msg&quot;: null,\n                            &quot;availabe_datetime&quot;: null,\n                            &quot;api_config&quot;: null,\n                            &quot;chatRoutingDept&quot;: null,\n                            &quot;crmAccountId&quot;: null,\n                            &quot;crmEvent&quot;: null,\n                            &quot;crmFilter&quot;: null,\n                            &quot;crmFields&quot;: null,\n                            &quot;crmDefaultFields&quot;: null,\n                            &quot;condition&quot;: null,\n                            &quot;file&quot;: null,\n                            &quot;apiId&quot;: null,\n                            &quot;allowedFileTypes&quot;: null,\n                            &quot;maxFileSize&quot;: null,\n                            &quot;saveAs&quot;: null,\n                            &quot;chatCloseMessage&quot;: null,\n                            &quot;notificationMessage&quot;: null,\n                            &quot;numberOfResponse&quot;: null,\n                            &quot;unlimitedResponse&quot;: null,\n                            &quot;knowledgebaseList&quot;: null,\n                            &quot;allowFeedback&quot;: null,\n                            &quot;allowViewSource&quot;: null,\n                            &quot;sources&quot;: null,\n                            &quot;feedbackValue&quot;: null,\n                            &quot;transferOfflineMsg&quot;: null,\n                            &quot;formUUID&quot;: null,\n                            &quot;submitted&quot;: null,\n                            &quot;formCard&quot;: null,\n                            &quot;textAreaSize&quot;: null,\n                            &quot;validationRegex&quot;: null,\n                            &quot;minCharacter&quot;: null,\n                            &quot;maxCharacter&quot;: null,\n                            &quot;nodeIdIfOffline&quot;: null,\n                            &quot;nodeIdIfOnline&quot;: null,\n                            &quot;minValue&quot;: null,\n                            &quot;maxValue&quot;: null,\n                            &quot;numberDataType&quot;: null,\n                            &quot;otpCodeDigitCount&quot;: null,\n                            &quot;otpValidityDuration&quot;: null,\n                            &quot;defaultJumpNodeId&quot;: null,\n                            &quot;dynamicAttribute&quot;: null,\n                            &quot;dataFormat&quot;: null,\n                            &quot;dynamicActionType&quot;: null,\n                            &quot;dynamicButton&quot;: null,\n                            &quot;dynamicQuickReply&quot;: null,\n                            &quot;dynamicCarousel&quot;: null,\n                            &quot;dynamicText&quot;: null,\n                            &quot;latitude&quot;: null,\n                            &quot;longitude&quot;: null,\n                            &quot;address&quot;: null,\n                            &quot;locationName&quot;: null,\n                            &quot;flowId&quot;: null,\n                            &quot;scriptId&quot;: null,\n                            &quot;repeatDuraion&quot;: null,\n                            &quot;numberOfAutoRepeat&quot;: null,\n                            &quot;repeatMessage&quot;: null,\n                            &quot;repeatMaxOutNode&quot;: null,\n                            &quot;triggerFlowWhenRepeatMaxOut&quot;: null\n                        },\n                        &quot;sendingDelayMillis&quot;: 0,\n                        &quot;updatedVersion&quot;: null,\n                        &quot;translatedVersion&quot;: null\n                    }\n                ],\n                &quot;sentBy&quot;: &quot;Agent&quot;,\n                &quot;timestamp&quot;: 1749883335605,\n                &quot;messageId&quot;: &quot;df398350-e726-48d0-9d00-5fd997fca4bb&quot;,\n                &quot;deliveryStatus&quot;: &quot;READ&quot;,\n                &quot;senderName&quot;: &quot;prime bank bot test afzal 2&quot;,\n                &quot;senderPhoto&quot;: &quot;BOT-Avatar-101.png&quot;,\n                &quot;botId&quot;: &quot;e9c10cea-0263-4f6d-822f-83a4c97e6fa0&quot;\n            },\n            &quot;account&quot;: &quot;8683034&quot;,\n            &quot;timestamp&quot;: 1749883335605,\n            &quot;chatType&quot;: 0,\n            &quot;deliveryStatus&quot;: &quot;READ&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;mentionedUserNames&quot;: null,\n            &quot;storyId&quot;: null,\n            &quot;isPageAdmin&quot;: false,\n            &quot;isHidden&quot;: false,\n            &quot;isEdited&quot;: false,\n            &quot;isLiked&quot;: false,\n            &quot;deleteTimestamp&quot;: null,\n            &quot;hideTimestamp&quot;: null,\n            &quot;deletedBy&quot;: null,\n            &quot;hideBy&quot;: null,\n            &quot;deleterType&quot;: null,\n            &quot;hiderType&quot;: null,\n            &quot;isTriggeredMsg&quot;: false,\n            &quot;refer&quot;: &quot;54cfe50a-48a9-4daf-8924-940850b0f53c&quot;,\n            &quot;senderName&quot;: &quot;prime bank bot test afzal 2&quot;,\n            &quot;senderPhoto&quot;: &quot;BOT-Avatar-101.png&quot;,\n            &quot;senderEmail&quot;: null,\n            &quot;reason&quot;: null\n        },\n        {\n            &quot;aname&quot;: &quot;Prime Bank Bot Test Afzal 2&quot;,\n            &quot;ftype&quot;: 1,\n            &quot;ttype&quot;: 0,\n            &quot;from&quot;: &quot;54cfe50a-48a9-4daf-8924-940850b0f53c&quot;,\n            &quot;userType&quot;: 1,\n            &quot;to&quot;: &quot;&quot;,\n            &quot;type&quot;: 1945,\n            &quot;body&quot;: {\n                &quot;message&quot;: [\n                    {\n                        &quot;id&quot;: null,\n                        &quot;type&quot;: &quot;text&quot;,\n                        &quot;message&quot;: {\n                            &quot;text&quot;: &quot;Hello&quot;,\n                            &quot;goalId&quot;: null,\n                            &quot;attachment&quot;: null,\n                            &quot;validationType&quot;: null,\n                            &quot;dateFormat&quot;: null,\n                            &quot;timeFormat&quot;: null,\n                            &quot;numberOfRepeat&quot;: null,\n                            &quot;failureMessage&quot;: null,\n                            &quot;failedNode&quot;: null,\n                            &quot;attributeName&quot;: null,\n                            &quot;attributeValue&quot;: null,\n                            &quot;quick_replies&quot;: null,\n                            &quot;payload&quot;: null,\n                            &quot;email_payload&quot;: null,\n                            &quot;transferMsg&quot;: null,\n                            &quot;delay&quot;: null,\n                            &quot;heading_text&quot;: null,\n                            &quot;meeting_title&quot;: null,\n                            &quot;meeting_description&quot;: null,\n                            &quot;meeting_location&quot;: null,\n                            &quot;meeting_duration&quot;: null,\n                            &quot;meeting_timezone&quot;: null,\n                            &quot;success_msg&quot;: null,\n                            &quot;slot_not_available_msg&quot;: null,\n                            &quot;availabe_datetime&quot;: null,\n                            &quot;api_config&quot;: null,\n                            &quot;chatRoutingDept&quot;: null,\n                            &quot;crmAccountId&quot;: null,\n                            &quot;crmEvent&quot;: null,\n                            &quot;crmFilter&quot;: null,\n                            &quot;crmFields&quot;: null,\n                            &quot;crmDefaultFields&quot;: null,\n                            &quot;condition&quot;: null,\n                            &quot;file&quot;: null,\n                            &quot;apiId&quot;: null,\n                            &quot;allowedFileTypes&quot;: null,\n                            &quot;maxFileSize&quot;: null,\n                            &quot;saveAs&quot;: null,\n                            &quot;chatCloseMessage&quot;: null,\n                            &quot;notificationMessage&quot;: null,\n                            &quot;numberOfResponse&quot;: null,\n                            &quot;unlimitedResponse&quot;: null,\n                            &quot;knowledgebaseList&quot;: null,\n                            &quot;allowFeedback&quot;: null,\n                            &quot;allowViewSource&quot;: null,\n                            &quot;sources&quot;: null,\n                            &quot;feedbackValue&quot;: null,\n                            &quot;transferOfflineMsg&quot;: null,\n                            &quot;formUUID&quot;: null,\n                            &quot;submitted&quot;: null,\n                            &quot;formCard&quot;: null,\n                            &quot;textAreaSize&quot;: null,\n                            &quot;validationRegex&quot;: null,\n                            &quot;minCharacter&quot;: null,\n                            &quot;maxCharacter&quot;: null,\n                            &quot;nodeIdIfOffline&quot;: null,\n                            &quot;nodeIdIfOnline&quot;: null,\n                            &quot;minValue&quot;: null,\n                            &quot;maxValue&quot;: null,\n                            &quot;numberDataType&quot;: null,\n                            &quot;otpCodeDigitCount&quot;: null,\n                            &quot;otpValidityDuration&quot;: null,\n                            &quot;defaultJumpNodeId&quot;: null,\n                            &quot;dynamicAttribute&quot;: null,\n                            &quot;dataFormat&quot;: null,\n                            &quot;dynamicActionType&quot;: null,\n                            &quot;dynamicButton&quot;: null,\n                            &quot;dynamicQuickReply&quot;: null,\n                            &quot;dynamicCarousel&quot;: null,\n                            &quot;dynamicText&quot;: null,\n                            &quot;latitude&quot;: null,\n                            &quot;longitude&quot;: null,\n                            &quot;address&quot;: null,\n                            &quot;locationName&quot;: null,\n                            &quot;flowId&quot;: null,\n                            &quot;scriptId&quot;: null,\n                            &quot;repeatDuraion&quot;: null,\n                            &quot;numberOfAutoRepeat&quot;: null,\n                            &quot;repeatMessage&quot;: null,\n                            &quot;repeatMaxOutNode&quot;: null,\n                            &quot;triggerFlowWhenRepeatMaxOut&quot;: null\n                        },\n                        &quot;sendingDelayMillis&quot;: null,\n                        &quot;updatedVersion&quot;: null,\n                        &quot;translatedVersion&quot;: null\n                    }\n                ],\n                &quot;sentBy&quot;: &quot;Visitor&quot;,\n                &quot;timestamp&quot;: 1749883348739,\n                &quot;messageId&quot;: &quot;f5f69a05-1c71-4510-b4de-01868a093c2c&quot;,\n                &quot;deliveryStatus&quot;: &quot;READ&quot;,\n                &quot;senderName&quot;: &quot;#fe50a4daf&quot;\n            },\n            &quot;account&quot;: &quot;8683034&quot;,\n            &quot;timestamp&quot;: 1749883348739,\n            &quot;chatType&quot;: 0,\n            &quot;deliveryStatus&quot;: &quot;READ&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;mentionedUserNames&quot;: null,\n            &quot;storyId&quot;: null,\n            &quot;isPageAdmin&quot;: false,\n            &quot;isHidden&quot;: false,\n            &quot;isEdited&quot;: false,\n            &quot;isLiked&quot;: false,\n            &quot;deleteTimestamp&quot;: null,\n            &quot;hideTimestamp&quot;: null,\n            &quot;deletedBy&quot;: null,\n            &quot;hideBy&quot;: null,\n            &quot;deleterType&quot;: null,\n            &quot;hiderType&quot;: null,\n            &quot;isTriggeredMsg&quot;: false,\n            &quot;refer&quot;: &quot;54cfe50a-48a9-4daf-8924-940850b0f53c&quot;,\n            &quot;senderName&quot;: &quot;#fe50a4daf&quot;,\n            &quot;senderPhoto&quot;: &quot;&quot;,\n            &quot;senderEmail&quot;: null,\n            &quot;reason&quot;: null\n        },\n        {\n            &quot;aname&quot;: &quot;Prime Bank Bot Test Afzal 2&quot;,\n            &quot;ftype&quot;: 1,\n            &quot;ttype&quot;: 0,\n            &quot;from&quot;: &quot;54cfe50a-48a9-4daf-8924-940850b0f53c&quot;,\n            &quot;userType&quot;: 1,\n            &quot;to&quot;: &quot;&quot;,\n            &quot;type&quot;: 1945,\n            &quot;body&quot;: {\n                &quot;message&quot;: [\n                    {\n                        &quot;id&quot;: null,\n                        &quot;type&quot;: &quot;gen_ai_response&quot;,\n                        &quot;message&quot;: {\n                            &quot;text&quot;: &quot;Hello! How may I assist you today?&quot;,\n                            &quot;goalId&quot;: null,\n                            &quot;attachment&quot;: null,\n                            &quot;validationType&quot;: null,\n                            &quot;dateFormat&quot;: null,\n                            &quot;timeFormat&quot;: null,\n                            &quot;numberOfRepeat&quot;: null,\n                            &quot;failureMessage&quot;: null,\n                            &quot;failedNode&quot;: null,\n                            &quot;attributeName&quot;: null,\n                            &quot;attributeValue&quot;: null,\n                            &quot;quick_replies&quot;: [],\n                            &quot;payload&quot;: null,\n                            &quot;email_payload&quot;: null,\n                            &quot;transferMsg&quot;: null,\n                            &quot;delay&quot;: null,\n                            &quot;heading_text&quot;: null,\n                            &quot;meeting_title&quot;: null,\n                            &quot;meeting_description&quot;: null,\n                            &quot;meeting_location&quot;: null,\n                            &quot;meeting_duration&quot;: null,\n                            &quot;meeting_timezone&quot;: null,\n                            &quot;success_msg&quot;: null,\n                            &quot;slot_not_available_msg&quot;: null,\n                            &quot;availabe_datetime&quot;: null,\n                            &quot;api_config&quot;: null,\n                            &quot;chatRoutingDept&quot;: null,\n                            &quot;crmAccountId&quot;: null,\n                            &quot;crmEvent&quot;: null,\n                            &quot;crmFilter&quot;: null,\n                            &quot;crmFields&quot;: null,\n                            &quot;crmDefaultFields&quot;: null,\n                            &quot;condition&quot;: null,\n                            &quot;file&quot;: null,\n                            &quot;apiId&quot;: null,\n                            &quot;allowedFileTypes&quot;: null,\n                            &quot;maxFileSize&quot;: null,\n                            &quot;saveAs&quot;: null,\n                            &quot;chatCloseMessage&quot;: null,\n                            &quot;notificationMessage&quot;: null,\n                            &quot;numberOfResponse&quot;: null,\n                            &quot;unlimitedResponse&quot;: null,\n                            &quot;knowledgebaseList&quot;: null,\n                            &quot;allowFeedback&quot;: 0,\n                            &quot;allowViewSource&quot;: 0,\n                            &quot;sources&quot;: [],\n                            &quot;feedbackValue&quot;: null,\n                            &quot;transferOfflineMsg&quot;: null,\n                            &quot;formUUID&quot;: null,\n                            &quot;submitted&quot;: null,\n                            &quot;formCard&quot;: null,\n                            &quot;textAreaSize&quot;: null,\n                            &quot;validationRegex&quot;: null,\n                            &quot;minCharacter&quot;: null,\n                            &quot;maxCharacter&quot;: null,\n                            &quot;nodeIdIfOffline&quot;: null,\n                            &quot;nodeIdIfOnline&quot;: null,\n                            &quot;minValue&quot;: null,\n                            &quot;maxValue&quot;: null,\n                            &quot;numberDataType&quot;: null,\n                            &quot;otpCodeDigitCount&quot;: null,\n                            &quot;otpValidityDuration&quot;: null,\n                            &quot;defaultJumpNodeId&quot;: null,\n                            &quot;dynamicAttribute&quot;: null,\n                            &quot;dataFormat&quot;: null,\n                            &quot;dynamicActionType&quot;: null,\n                            &quot;dynamicButton&quot;: null,\n                            &quot;dynamicQuickReply&quot;: null,\n                            &quot;dynamicCarousel&quot;: null,\n                            &quot;dynamicText&quot;: null,\n                            &quot;latitude&quot;: null,\n                            &quot;longitude&quot;: null,\n                            &quot;address&quot;: null,\n                            &quot;locationName&quot;: null,\n                            &quot;flowId&quot;: null,\n                            &quot;scriptId&quot;: null,\n                            &quot;repeatDuraion&quot;: null,\n                            &quot;numberOfAutoRepeat&quot;: null,\n                            &quot;repeatMessage&quot;: null,\n                            &quot;repeatMaxOutNode&quot;: null,\n                            &quot;triggerFlowWhenRepeatMaxOut&quot;: null\n                        },\n                        &quot;sendingDelayMillis&quot;: null,\n                        &quot;updatedVersion&quot;: null,\n                        &quot;translatedVersion&quot;: null\n                    }\n                ],\n                &quot;sentBy&quot;: &quot;Agent&quot;,\n                &quot;timestamp&quot;: 1749883350592,\n                &quot;messageId&quot;: &quot;e6a20211-7521-4412-9791-19b1a4b41979&quot;,\n                &quot;deliveryStatus&quot;: &quot;READ&quot;,\n                &quot;senderName&quot;: &quot;prime bank bot test afzal 2&quot;,\n                &quot;senderPhoto&quot;: &quot;BOT-Avatar-101.png&quot;,\n                &quot;botId&quot;: &quot;e9c10cea-0263-4f6d-822f-83a4c97e6fa0&quot;\n            },\n            &quot;account&quot;: &quot;8683034&quot;,\n            &quot;timestamp&quot;: 1749883350592,\n            &quot;chatType&quot;: 0,\n            &quot;deliveryStatus&quot;: &quot;READ&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;mentionedUserNames&quot;: null,\n            &quot;storyId&quot;: null,\n            &quot;isPageAdmin&quot;: false,\n            &quot;isHidden&quot;: false,\n            &quot;isEdited&quot;: false,\n            &quot;isLiked&quot;: false,\n            &quot;deleteTimestamp&quot;: null,\n            &quot;hideTimestamp&quot;: null,\n            &quot;deletedBy&quot;: null,\n            &quot;hideBy&quot;: null,\n            &quot;deleterType&quot;: null,\n            &quot;hiderType&quot;: null,\n            &quot;isTriggeredMsg&quot;: false,\n            &quot;refer&quot;: &quot;54cfe50a-48a9-4daf-8924-940850b0f53c&quot;,\n            &quot;senderName&quot;: &quot;prime bank bot test afzal 2&quot;,\n            &quot;senderPhoto&quot;: &quot;BOT-Avatar-101.png&quot;,\n            &quot;senderEmail&quot;: null,\n            &quot;reason&quot;: null\n        },\n        {\n            &quot;aname&quot;: &quot;Prime Bank Bot Test Afzal 2&quot;,\n            &quot;ftype&quot;: 1,\n            &quot;ttype&quot;: 0,\n            &quot;from&quot;: &quot;54cfe50a-48a9-4daf-8924-940850b0f53c&quot;,\n            &quot;userType&quot;: 1,\n            &quot;to&quot;: &quot;&quot;,\n            &quot;type&quot;: 1945,\n            &quot;body&quot;: {\n                &quot;message&quot;: [\n                    {\n                        &quot;id&quot;: null,\n                        &quot;type&quot;: &quot;text&quot;,\n                        &quot;message&quot;: {\n                            &quot;text&quot;: &quot;what is prime bank?&quot;,\n                            &quot;goalId&quot;: null,\n                            &quot;attachment&quot;: null,\n                            &quot;validationType&quot;: null,\n                            &quot;dateFormat&quot;: null,\n                            &quot;timeFormat&quot;: null,\n                            &quot;numberOfRepeat&quot;: null,\n                            &quot;failureMessage&quot;: null,\n                            &quot;failedNode&quot;: null,\n                            &quot;attributeName&quot;: null,\n                            &quot;attributeValue&quot;: null,\n                            &quot;quick_replies&quot;: null,\n                            &quot;payload&quot;: null,\n                            &quot;email_payload&quot;: null,\n                            &quot;transferMsg&quot;: null,\n                            &quot;delay&quot;: null,\n                            &quot;heading_text&quot;: null,\n                            &quot;meeting_title&quot;: null,\n                            &quot;meeting_description&quot;: null,\n                            &quot;meeting_location&quot;: null,\n                            &quot;meeting_duration&quot;: null,\n                            &quot;meeting_timezone&quot;: null,\n                            &quot;success_msg&quot;: null,\n                            &quot;slot_not_available_msg&quot;: null,\n                            &quot;availabe_datetime&quot;: null,\n                            &quot;api_config&quot;: null,\n                            &quot;chatRoutingDept&quot;: null,\n                            &quot;crmAccountId&quot;: null,\n                            &quot;crmEvent&quot;: null,\n                            &quot;crmFilter&quot;: null,\n                            &quot;crmFields&quot;: null,\n                            &quot;crmDefaultFields&quot;: null,\n                            &quot;condition&quot;: null,\n                            &quot;file&quot;: null,\n                            &quot;apiId&quot;: null,\n                            &quot;allowedFileTypes&quot;: null,\n                            &quot;maxFileSize&quot;: null,\n                            &quot;saveAs&quot;: null,\n                            &quot;chatCloseMessage&quot;: null,\n                            &quot;notificationMessage&quot;: null,\n                            &quot;numberOfResponse&quot;: null,\n                            &quot;unlimitedResponse&quot;: null,\n                            &quot;knowledgebaseList&quot;: null,\n                            &quot;allowFeedback&quot;: null,\n                            &quot;allowViewSource&quot;: null,\n                            &quot;sources&quot;: null,\n                            &quot;feedbackValue&quot;: null,\n                            &quot;transferOfflineMsg&quot;: null,\n                            &quot;formUUID&quot;: null,\n                            &quot;submitted&quot;: null,\n                            &quot;formCard&quot;: null,\n                            &quot;textAreaSize&quot;: null,\n                            &quot;validationRegex&quot;: null,\n                            &quot;minCharacter&quot;: null,\n                            &quot;maxCharacter&quot;: null,\n                            &quot;nodeIdIfOffline&quot;: null,\n                            &quot;nodeIdIfOnline&quot;: null,\n                            &quot;minValue&quot;: null,\n                            &quot;maxValue&quot;: null,\n                            &quot;numberDataType&quot;: null,\n                            &quot;otpCodeDigitCount&quot;: null,\n                            &quot;otpValidityDuration&quot;: null,\n                            &quot;defaultJumpNodeId&quot;: null,\n                            &quot;dynamicAttribute&quot;: null,\n                            &quot;dataFormat&quot;: null,\n                            &quot;dynamicActionType&quot;: null,\n                            &quot;dynamicButton&quot;: null,\n                            &quot;dynamicQuickReply&quot;: null,\n                            &quot;dynamicCarousel&quot;: null,\n                            &quot;dynamicText&quot;: null,\n                            &quot;latitude&quot;: null,\n                            &quot;longitude&quot;: null,\n                            &quot;address&quot;: null,\n                            &quot;locationName&quot;: null,\n                            &quot;flowId&quot;: null,\n                            &quot;scriptId&quot;: null,\n                            &quot;repeatDuraion&quot;: null,\n                            &quot;numberOfAutoRepeat&quot;: null,\n                            &quot;repeatMessage&quot;: null,\n                            &quot;repeatMaxOutNode&quot;: null,\n                            &quot;triggerFlowWhenRepeatMaxOut&quot;: null\n                        },\n                        &quot;sendingDelayMillis&quot;: null,\n                        &quot;updatedVersion&quot;: null,\n                        &quot;translatedVersion&quot;: null\n                    }\n                ],\n                &quot;sentBy&quot;: &quot;Visitor&quot;,\n                &quot;timestamp&quot;: 1749883379793,\n                &quot;messageId&quot;: &quot;ef20fd35-6cfe-4e64-a57b-041267676fae&quot;,\n                &quot;deliveryStatus&quot;: &quot;READ&quot;,\n                &quot;senderName&quot;: &quot;#fe50a4daf&quot;\n            },\n            &quot;account&quot;: &quot;8683034&quot;,\n            &quot;timestamp&quot;: 1749883379793,\n            &quot;chatType&quot;: 0,\n            &quot;deliveryStatus&quot;: &quot;READ&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;mentionedUserNames&quot;: null,\n            &quot;storyId&quot;: null,\n            &quot;isPageAdmin&quot;: false,\n            &quot;isHidden&quot;: false,\n            &quot;isEdited&quot;: false,\n            &quot;isLiked&quot;: false,\n            &quot;deleteTimestamp&quot;: null,\n            &quot;hideTimestamp&quot;: null,\n            &quot;deletedBy&quot;: null,\n            &quot;hideBy&quot;: null,\n            &quot;deleterType&quot;: null,\n            &quot;hiderType&quot;: null,\n            &quot;isTriggeredMsg&quot;: false,\n            &quot;refer&quot;: &quot;54cfe50a-48a9-4daf-8924-940850b0f53c&quot;,\n            &quot;senderName&quot;: &quot;#fe50a4daf&quot;,\n            &quot;senderPhoto&quot;: &quot;&quot;,\n            &quot;senderEmail&quot;: null,\n            &quot;reason&quot;: null\n        },\n        {\n            &quot;aname&quot;: &quot;Prime Bank Bot Test Afzal 2&quot;,\n            &quot;ftype&quot;: 1,\n            &quot;ttype&quot;: 0,\n            &quot;from&quot;: &quot;54cfe50a-48a9-4daf-8924-940850b0f53c&quot;,\n            &quot;userType&quot;: 1,\n            &quot;to&quot;: &quot;&quot;,\n            &quot;type&quot;: 1945,\n            &quot;body&quot;: {\n                &quot;message&quot;: [\n                    {\n                        &quot;id&quot;: null,\n                        &quot;type&quot;: &quot;gen_ai_response&quot;,\n                        &quot;message&quot;: {\n                            &quot;text&quot;: &quot;Prime Bank PLC. is a top-tier second generation local commercial bank in Bangladesh, established in 1995. It is headquartered in the heart of Dhaka&#039;s bustling financial hub, Gulshan Avenue. The bank has an extensive operational footprint across the country, with 147 branches and 153 ATMs located at 140 different locations in Bangladesh.&quot;,\n                            &quot;goalId&quot;: null,\n                            &quot;attachment&quot;: null,\n                            &quot;validationType&quot;: null,\n                            &quot;dateFormat&quot;: null,\n                            &quot;timeFormat&quot;: null,\n                            &quot;numberOfRepeat&quot;: null,\n                            &quot;failureMessage&quot;: null,\n                            &quot;failedNode&quot;: null,\n                            &quot;attributeName&quot;: null,\n                            &quot;attributeValue&quot;: null,\n                            &quot;quick_replies&quot;: [],\n                            &quot;payload&quot;: null,\n                            &quot;email_payload&quot;: null,\n                            &quot;transferMsg&quot;: null,\n                            &quot;delay&quot;: null,\n                            &quot;heading_text&quot;: null,\n                            &quot;meeting_title&quot;: null,\n                            &quot;meeting_description&quot;: null,\n                            &quot;meeting_location&quot;: null,\n                            &quot;meeting_duration&quot;: null,\n                            &quot;meeting_timezone&quot;: null,\n                            &quot;success_msg&quot;: null,\n                            &quot;slot_not_available_msg&quot;: null,\n                            &quot;availabe_datetime&quot;: null,\n                            &quot;api_config&quot;: null,\n                            &quot;chatRoutingDept&quot;: null,\n                            &quot;crmAccountId&quot;: null,\n                            &quot;crmEvent&quot;: null,\n                            &quot;crmFilter&quot;: null,\n                            &quot;crmFields&quot;: null,\n                            &quot;crmDefaultFields&quot;: null,\n                            &quot;condition&quot;: null,\n                            &quot;file&quot;: null,\n                            &quot;apiId&quot;: null,\n                            &quot;allowedFileTypes&quot;: null,\n                            &quot;maxFileSize&quot;: null,\n                            &quot;saveAs&quot;: null,\n                            &quot;chatCloseMessage&quot;: null,\n                            &quot;notificationMessage&quot;: null,\n                            &quot;numberOfResponse&quot;: null,\n                            &quot;unlimitedResponse&quot;: null,\n                            &quot;knowledgebaseList&quot;: null,\n                            &quot;allowFeedback&quot;: 0,\n                            &quot;allowViewSource&quot;: 0,\n                            &quot;sources&quot;: [\n                                {\n                                    &quot;kbId&quot;: &quot;211&quot;,\n                                    &quot;kbItemId&quot;: &quot;8810&quot;,\n                                    &quot;displayName&quot;: &quot;https:\/\/www.primebank.com.bd\/conventional\/cards\/credit-card\/world-mastercard&quot;,\n                                    &quot;url&quot;: &quot;https:\/\/www.primebank.com.bd\/conventional\/cards\/credit-card\/world-mastercard&quot;\n                                }\n                            ],\n                            &quot;feedbackValue&quot;: null,\n                            &quot;transferOfflineMsg&quot;: null,\n                            &quot;formUUID&quot;: null,\n                            &quot;submitted&quot;: null,\n                            &quot;formCard&quot;: null,\n                            &quot;textAreaSize&quot;: null,\n                            &quot;validationRegex&quot;: null,\n                            &quot;minCharacter&quot;: null,\n                            &quot;maxCharacter&quot;: null,\n                            &quot;nodeIdIfOffline&quot;: null,\n                            &quot;nodeIdIfOnline&quot;: null,\n                            &quot;minValue&quot;: null,\n                            &quot;maxValue&quot;: null,\n                            &quot;numberDataType&quot;: null,\n                            &quot;otpCodeDigitCount&quot;: null,\n                            &quot;otpValidityDuration&quot;: null,\n                            &quot;defaultJumpNodeId&quot;: null,\n                            &quot;dynamicAttribute&quot;: null,\n                            &quot;dataFormat&quot;: null,\n                            &quot;dynamicActionType&quot;: null,\n                            &quot;dynamicButton&quot;: null,\n                            &quot;dynamicQuickReply&quot;: null,\n                            &quot;dynamicCarousel&quot;: null,\n                            &quot;dynamicText&quot;: null,\n                            &quot;latitude&quot;: null,\n                            &quot;longitude&quot;: null,\n                            &quot;address&quot;: null,\n                            &quot;locationName&quot;: null,\n                            &quot;flowId&quot;: null,\n                            &quot;scriptId&quot;: null,\n                            &quot;repeatDuraion&quot;: null,\n                            &quot;numberOfAutoRepeat&quot;: null,\n                            &quot;repeatMessage&quot;: null,\n                            &quot;repeatMaxOutNode&quot;: null,\n                            &quot;triggerFlowWhenRepeatMaxOut&quot;: null\n                        },\n                        &quot;sendingDelayMillis&quot;: null,\n                        &quot;updatedVersion&quot;: null,\n                        &quot;translatedVersion&quot;: null\n                    }\n                ],\n                &quot;sentBy&quot;: &quot;Agent&quot;,\n                &quot;timestamp&quot;: 1749883382740,\n                &quot;messageId&quot;: &quot;d2788352-d7b9-472f-a1f7-34e2c36da061&quot;,\n                &quot;deliveryStatus&quot;: &quot;READ&quot;,\n                &quot;senderName&quot;: &quot;prime bank bot test afzal 2&quot;,\n                &quot;senderPhoto&quot;: &quot;BOT-Avatar-101.png&quot;,\n                &quot;botId&quot;: &quot;e9c10cea-0263-4f6d-822f-83a4c97e6fa0&quot;\n            },\n            &quot;account&quot;: &quot;8683034&quot;,\n            &quot;timestamp&quot;: 1749883382740,\n            &quot;chatType&quot;: 0,\n            &quot;deliveryStatus&quot;: &quot;READ&quot;,\n            &quot;isDeleted&quot;: false,\n            &quot;mentionedUserNames&quot;: null,\n            &quot;storyId&quot;: null,\n            &quot;isPageAdmin&quot;: false,\n            &quot;isHidden&quot;: false,\n            &quot;isEdited&quot;: false,\n            &quot;isLiked&quot;: false,\n            &quot;deleteTimestamp&quot;: null,\n            &quot;hideTimestamp&quot;: null,\n            &quot;deletedBy&quot;: null,\n            &quot;hideBy&quot;: null,\n            &quot;deleterType&quot;: null,\n            &quot;hiderType&quot;: null,\n            &quot;isTriggeredMsg&quot;: false,\n            &quot;refer&quot;: &quot;54cfe50a-48a9-4daf-8924-940850b0f53c&quot;,\n            &quot;senderName&quot;: &quot;prime bank bot test afzal 2&quot;,\n            &quot;senderPhoto&quot;: &quot;BOT-Avatar-101.png&quot;,\n            &quot;senderEmail&quot;: null,\n            &quot;reason&quot;: null\n        }\n    ]\n}<\/code><\/pre>\n<\/details>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Any questions? Please email us at <a href=\"mailto:support@revechat.com\">support@revechat.com<\/a> <\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Get all Chatbot in the Account To access all data use the below CURL replacing {account_id} from your account. Learn how to get your Account ID. Learn how to get Authorization key. Example: All Bot Chats API with Parameters To retrieve all conversations for a specific bot, use the CURL command below. Be sure to [&hellip;]<\/p>\n","protected":false},"author":43,"featured_media":0,"menu_order":3,"template":"","meta":{"_acf_changed":false,"footnotes":""},"help_center_type":[1815],"class_list":["post-272730","help-center","type-help-center","status-publish","hentry","help_center_type-rest-api"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.revechat.com\/wp-json\/wp\/v2\/help-center\/272730","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.revechat.com\/wp-json\/wp\/v2\/help-center"}],"about":[{"href":"https:\/\/www.revechat.com\/wp-json\/wp\/v2\/types\/help-center"}],"author":[{"embeddable":true,"href":"https:\/\/www.revechat.com\/wp-json\/wp\/v2\/users\/43"}],"version-history":[{"count":3,"href":"https:\/\/www.revechat.com\/wp-json\/wp\/v2\/help-center\/272730\/revisions"}],"predecessor-version":[{"id":302911,"href":"https:\/\/www.revechat.com\/wp-json\/wp\/v2\/help-center\/272730\/revisions\/302911"}],"wp:attachment":[{"href":"https:\/\/www.revechat.com\/wp-json\/wp\/v2\/media?parent=272730"}],"wp:term":[{"taxonomy":"help_center_type","embeddable":true,"href":"https:\/\/www.revechat.com\/wp-json\/wp\/v2\/help_center_type?post=272730"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}