ProtectedconstructorPrivate constructor for the ConnectorClient.
The AxiosInstance to use for HTTP requests.
Creates a new conversation.
The conversation parameters.
The conversation resource response.
Deletes an activity from a conversation.
The ID of the conversation.
The ID of the activity.
A promise that resolves when the activity is deleted.
Retrieves an attachment by attachment ID and view ID.
The ID of the attachment.
The ID of the view.
The attachment as a readable stream.
Retrieves attachment information by attachment ID.
The ID of the attachment.
The attachment information.
Retrieves a list of conversations.
OptionalcontinuationToken: stringThe continuation token for pagination.
A list of conversations.
Replies to an activity in a conversation.
The ID of the conversation.
The ID of the activity.
The activity object.
The resource response.
Sends an activity to a conversation.
The ID of the conversation.
The activity object.
The resource response.
Updates an activity in a conversation.
The ID of the conversation.
The ID of the activity.
The activity object.
The resource response.
Uploads an attachment to a conversation.
The ID of the conversation.
The attachment data.
The resource response.
StaticcreateCreates a new instance of ConnectorClient with authentication.
The base URL for the API.
The authentication configuration.
The authentication provider.
The scope for the authentication token.
Optionalheaders: HeaderPropagationCollectionOptional headers to propagate in the request.
A new instance of ConnectorClient.
StaticcreateCreates a new instance of ConnectorClient with token.
The base URL for the API.
The authentication token.
Optionalheaders: HeaderPropagationCollectionOptional headers to propagate in the request.
A new instance of ConnectorClient.
ConnectorClient is a client for interacting with the Microsoft Connector API.