Skip to content

Commit 14915b9

Browse files
Improving document (Azure#28025)
* Improving document * Update documents * improving documents
1 parent f096ef5 commit 14915b9

File tree

1 file changed

+6
-6
lines changed
  • sdk/communication/azure-communication-chat/src/main/java/com/azure/communication/chat/implementation

1 file changed

+6
-6
lines changed

sdk/communication/azure-communication-chat/src/main/java/com/azure/communication/chat/implementation/ChatThreadsImpl.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ public Response<SendChatMessageResult> sendChatMessageWithResponse(
674674
* Gets a list of messages from a thread.
675675
*
676676
* @param chatThreadId The thread id of the message.
677-
* @param maxPageSize The maximum number of messages to be returned per page.
677+
* @param maxPageSize The maximum number of messages to be returned per page. The limit can be found at https://docs.microsoft.com/en-us/azure/communication-services/concepts/service-limits#size-limits.
678678
* @param startTime The earliest point in time to get messages up to. The timestamp should be in RFC3339 format:
679679
* `yyyy-MM-ddTHH:mm:ssZ`.
680680
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -711,7 +711,7 @@ public Mono<PagedResponse<ChatMessage>> listChatMessagesSinglePageAsync(
711711
* Gets a list of messages from a thread.
712712
*
713713
* @param chatThreadId The thread id of the message.
714-
* @param maxPageSize The maximum number of messages to be returned per page.
714+
* @param maxPageSize The maximum number of messages to be returned per page. The limit can be found at https://docs.microsoft.com/en-us/azure/communication-services/concepts/service-limits#size-limits.
715715
* @param startTime The earliest point in time to get messages up to. The timestamp should be in RFC3339 format:
716716
* `yyyy-MM-ddTHH:mm:ssZ`.
717717
* @param context The context to associate with this operation.
@@ -747,7 +747,7 @@ public Mono<PagedResponse<ChatMessage>> listChatMessagesSinglePageAsync(
747747
* Gets a list of messages from a thread.
748748
*
749749
* @param chatThreadId The thread id of the message.
750-
* @param maxPageSize The maximum number of messages to be returned per page.
750+
* @param maxPageSize The maximum number of messages to be returned per page. The limit can be found at https://docs.microsoft.com/en-us/azure/communication-services/concepts/service-limits#size-limits.
751751
* @param startTime The earliest point in time to get messages up to. The timestamp should be in RFC3339 format:
752752
* `yyyy-MM-ddTHH:mm:ssZ`.
753753
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -785,7 +785,7 @@ public PagedFlux<ChatMessage> listChatMessagesAsync(String chatThreadId) {
785785
* Gets a list of messages from a thread.
786786
*
787787
* @param chatThreadId The thread id of the message.
788-
* @param maxPageSize The maximum number of messages to be returned per page.
788+
* @param maxPageSize The maximum number of messages to be returned per page. The limit can be found at https://docs.microsoft.com/en-us/azure/communication-services/concepts/service-limits#size-limits.
789789
* @param startTime The earliest point in time to get messages up to. The timestamp should be in RFC3339 format:
790790
* `yyyy-MM-ddTHH:mm:ssZ`.
791791
* @param context The context to associate with this operation.
@@ -806,7 +806,7 @@ public PagedFlux<ChatMessage> listChatMessagesAsync(
806806
* Gets a list of messages from a thread.
807807
*
808808
* @param chatThreadId The thread id of the message.
809-
* @param maxPageSize The maximum number of messages to be returned per page.
809+
* @param maxPageSize The maximum number of messages to be returned per page. The limit can be found at https://docs.microsoft.com/en-us/azure/communication-services/concepts/service-limits#size-limits.
810810
* @param startTime The earliest point in time to get messages up to. The timestamp should be in RFC3339 format:
811811
* `yyyy-MM-ddTHH:mm:ssZ`.
812812
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -840,7 +840,7 @@ public PagedIterable<ChatMessage> listChatMessages(String chatThreadId) {
840840
* Gets a list of messages from a thread.
841841
*
842842
* @param chatThreadId The thread id of the message.
843-
* @param maxPageSize The maximum number of messages to be returned per page.
843+
* @param maxPageSize The maximum number of messages to be returned per page. The limit can be found at https://docs.microsoft.com/en-us/azure/communication-services/concepts/service-limits#size-limits.
844844
* @param startTime The earliest point in time to get messages up to. The timestamp should be in RFC3339 format:
845845
* `yyyy-MM-ddTHH:mm:ssZ`.
846846
* @param context The context to associate with this operation.

0 commit comments

Comments
 (0)