Uses of Class
com.azure.communication.chat.models.CreateChatThreadResult
Packages that use CreateChatThreadResult
Package
Description
Package containing the classes for AzureCommunicationChatService.
-
Uses of CreateChatThreadResult in com.azure.communication.chat
Methods in com.azure.communication.chat that return CreateChatThreadResultModifier and TypeMethodDescriptionChatClient.createChatThread
(CreateChatThreadOptions options) Creates a chat thread.Methods in com.azure.communication.chat that return types with arguments of type CreateChatThreadResultModifier and TypeMethodDescriptionChatAsyncClient.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.