When using AnswerBot + ChatSDK engines on top of the Unified SDK in iOS, an option to Chat with an Agent is available if the user doesn't want to interact with the AnswerBot. However, clicking that does not actually start a chat.
The user has to type something after clicking that button to start a chat with an agent. Is this expected behavior?

- ZendeskAnswerBotProvidersSDK (2.2.0):
- ZendeskSupportProvidersSDK (= 5.5.0)
- ZendeskAnswerBotSDK (2.2.0):
- ZendeskAnswerBotProvidersSDK (= 2.2.0)
- ZendeskMessagingSDK (= 3.8.5)
- ZendeskChatProvidersSDK (2.12.0)
- ZendeskChatSDK (2.12.0):
- ZendeskChatProvidersSDK (= 2.12.0)
- ZendeskMessagingSDK (= 3.8.5)
- ZendeskCommonUISDK (6.1.4)
- ZendeskCoreSDK (2.7.0)
- ZendeskMessagingAPISDK (3.8.5):
- ZendeskSDKConfigurationsSDK (= 1.1.11)
- ZendeskMessagingSDK (3.8.5):
- ZendeskCommonUISDK (= 6.1.4)
- ZendeskMessagingAPISDK (= 3.8.5)
- ZendeskSDKConfigurationsSDK (1.1.11)
- ZendeskSupportProvidersSDK (5.5.0):
- ZendeskCoreSDK (= 2.7.0)
- ZendeskSupportSDK (5.5.0):
- ZendeskMessagingSDK (= 3.8.5)
- ZendeskSupportProvidersSDK (= 5.5.0)
Can you share code snippets of how you're initializing the chat and answerbot engines?
Thanks!