Add connect_named_pipe method to CloudAdapter in support of DirectLine Speech #2071
Labels
feature-request
A request for new functionality or an enhancement to an existing one.
needs-triage
The issue has just been created and it has not been reviewed by the team.
Is your feature request related to a problem? Please describe.
When creating a bot that would utilize DirectLine Speech, the current version of the Python SDK does not fully support the use of this service. While much of the infrastructure is in place, the necessary
connect_named_pipe
method is missing on the CloudAdapter class that would make this service accessible.Describe the solution you'd like
The
connect_named_pipe
method needs to be added to the CloudAdapter class located in the cloud_adapter.py file. Using the methods present in the .Net and JS SDKs for reference, it mightlook something like this:As they would be utilized by the above proposed method, it may be necessary to make updates to the
_StreamingActivityProcessor
and_StreamingConnectorFactory
classes, also located in the cloud_adapter.py file.The text was updated successfully, but these errors were encountered: