Dapr runtime integration tests can only use component implementations which doesn't require external services like public services or out of process databases etc.
We should add an echo conversation implementation which simply returns the text which was requested.
This will also us to integration test the conversation API machine in runtime.
Dapr runtime integration tests can only use component implementations which doesn't require external services like public services or out of process databases etc.
We should add an
echo
conversation implementation which simply returns the text which was requested.This will also us to integration test the conversation API machine in runtime.
/assign @daixiang0