Uses of Class
com.azure.communication.chat.models.CreateChatThreadOptions
Packages that use CreateChatThreadOptions
Package
Description
Package containing the classes for AzureCommunicationChatService.
Package containing the data models for AzureCommunicationChatService.
-
Uses of CreateChatThreadOptions in com.azure.communication.chat
Methods in com.azure.communication.chat with parameters of type CreateChatThreadOptionsModifier and TypeMethodDescriptionChatAsyncClient.createChatThread
(CreateChatThreadOptions options) Creates a chat thread.ChatClient.createChatThread
(CreateChatThreadOptions options) Creates a chat thread.Mono
<com.azure.core.http.rest.Response<CreateChatThreadResult>> ChatAsyncClient.createChatThreadWithResponse
(CreateChatThreadOptions options) Creates a chat thread.com.azure.core.http.rest.Response
<CreateChatThreadResult> ChatClient.createChatThreadWithResponse
(CreateChatThreadOptions options, com.azure.core.util.Context context) Creates a chat thread. -
Uses of CreateChatThreadOptions in com.azure.communication.chat.models
Methods in com.azure.communication.chat.models that return CreateChatThreadOptionsModifier and TypeMethodDescriptionCreateChatThreadOptions.addParticipant
(ChatParticipant participant) Adds another participant to the list of participants to create the chat thread withCreateChatThreadOptions.setIdempotencyToken
(String idempotencyToken) Set the idempotencyToken property: If specified, the client directs that the request is repeatable; that is, that the client can make the request multiple times with the same idempotencyToken and get back an appropriate response without the server executing the request multiple times.CreateChatThreadOptions.setParticipants
(List<ChatParticipant> participants) Set the participants property: Participants to be added to the chat thread.