Virtual Agent in Slack is only displaying the first promptDescriptionWhen multiple prompts are being delivered the Virtual Agent in Slack only first prompt is being displayed. This is leading to situations where users are expected to answer a question or provide input, but the users do not know what the question is. If the correct input is entered, the Agent behaves appropriately, but subsequent displays will also only include the first prompt. The same Virtual Agent behaves correctly in the Portal or in clients other than Slack.CauseWhen using Slack sometimes only the first prompt of each transaction is sent if the property (glide.cs.async.http.post.adapter.enabled) is left at it's default value of (true).ResolutionTo resolve this issue you will need to add the property (glide.cs.async.http.post.adapter.enabled) to the System Properties in your instance and set it to (false). Please note this property is of type true|false and is not present by default. You will need to add it explicitly and make it false.