Conversations Class
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.
Conversations operations.
public class Conversations : Microsoft.Bot.Connector.IConversations, Microsoft.Rest.IServiceOperations<Microsoft.Bot.Connector.ConnectorClient>
type Conversations = class
interface IServiceOperations<ConnectorClient>
interface IConversations
Public Class Conversations
Implements IConversations, IServiceOperations(Of ConnectorClient)
- Inheritance
-
Conversations
- Implements
-
IConversations Microsoft.Rest.IServiceOperations<ConnectorClient>
Constructors
Conversations(ConnectorClient) |
Initializes a new instance of the Conversations class. |
Properties
Client |
Gets a reference to the ConnectorClient. |