Conversations(ConnectorClient) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the Conversations class.
public Conversations (Microsoft.Bot.Connector.ConnectorClient client);
new Microsoft.Bot.Connector.Conversations : Microsoft.Bot.Connector.ConnectorClient -> Microsoft.Bot.Connector.Conversations
Public Sub New (client As ConnectorClient)
Parameters
- client
- ConnectorClient
Reference to the service client.
Exceptions
Thrown when a required parameter is null.