-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I customize the initial message sent by the Answer Bot? #123
Comments
Hi, yes you can! Here is the docs https://developer.zendesk.com/documentation/classic-sdks/unified-sdk/android/localize_text/#localizing-text For android:
and for iOS:
|
Thanks @knapeto for the help! Do you know though how to change "Answer Bot" in iOS, as in Android they have a resource key for it, but not in iOS? |
I don't get your question. @ahmedam55 |
In Android, there is a key to change the string of "Answer Bot", for offline messages: https://developer.zendesk.com/documentation/classic-web-widget-sdks/unified-sdk/android/localize_text/#chat I don't seem to find such a key in iOS |
Answer Bot The Answer Bot component contains the following strings: See docs here https://developer.zendesk.com/documentation/classic-web-widget-sdks/unified-sdk/ios/configure/#customize-the-bot-label-string |
That's the Answer engine that suggests articles, not the offline messages one. |
I see your point. Please ask on it in their support chat, they are good! Leave the answer here for the future. Thanks |
Hi! What file is it? |
@ahmedam55 @Ravid-anywhere as far as I know this can be set in JS via the ZendeskChat.startChat({
messagingOptions: {
botName: 'Custom Bot Name',
},
}); Source: https://github.com/taskrabbit/react-native-zendesk-chat/blob/main/RNZendeskChat.d.ts#L8-L21 I can confirm |
Hello.
Is it possible to change the default message sent by the Answer Bot as the chat is opened?
The text was updated successfully, but these errors were encountered: