You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/communication/Azure.Communication.Chat/src/ChatThreadClient.cs
+41-5Lines changed: 41 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -138,12 +138,22 @@ public virtual Response<ChatThreadProperties> GetProperties(CancellationToken ca
138
138
/// <param name="cancellationToken"> The cancellation token to use. </param>
139
139
/// <exception cref="RequestFailedException">The server returned an error. See <see cref="Exception.Message"/> for details returned from the server.</exception>
/// <summary> Sends a message to a thread asynchronously. </summary>
146
+
/// <param name="options"> Options for the message. </param>
147
+
/// <param name="cancellationToken"> The cancellation token to use. </param>
148
+
/// <exception cref="RequestFailedException">The server returned an error. See <see cref="Exception.Message"/> for details returned from the server.</exception>
@@ -160,12 +170,20 @@ public virtual async Task<Response<SendChatMessageResult>> SendMessageAsync(stri
160
170
/// <param name="cancellationToken"> The cancellation token to use. </param>
161
171
/// <exception cref="RequestFailedException">The server returned an error. See <see cref="Exception.Message"/> for details returned from the server.</exception>
/// <summary> Sends a message to a thread. </summary>
176
+
/// <param name="options">Options for the message. </param>
177
+
/// <param name="cancellationToken"> The cancellation token to use. </param>
178
+
/// <exception cref="RequestFailedException">The server returned an error. See <see cref="Exception.Message"/> for details returned from the server.</exception>
/// <param name="cancellationToken"> The cancellation token to use. </param>
306
324
/// <exception cref="RequestFailedException">The server returned an error. See <see cref="Exception.Message"/> for details returned from the server.</exception>
/// <summary> Updates a message asynchronously. </summary>
331
+
/// <param name="options"> Options for the message. </param>
332
+
/// <param name="cancellationToken"> The cancellation token to use. </param>
333
+
/// <exception cref="RequestFailedException">The server returned an error. See <see cref="Exception.Message"/> for details returned from the server.</exception>
/// <param name="cancellationToken"> The cancellation token to use. </param>
326
353
/// <exception cref="RequestFailedException">The server returned an error. See <see cref="Exception.Message"/> for details returned from the server.</exception>
/// <summary> Updates a message synchronously. </summary>
360
+
/// <param name="options"> Options for the message. </param>
361
+
/// <param name="cancellationToken"> The cancellation token to use. </param>
362
+
/// <exception cref="RequestFailedException">The server returned an error. See <see cref="Exception.Message"/> for details returned from the server.</exception>
0 commit comments