AzureCommunicationChatAdapterArgs type
Argumentos para crear la implementación Azure Communication Services de ChatAdapter.
type AzureCommunicationChatAdapterArgs = {
credential: CommunicationTokenCredential
displayName: string
endpoint: string
threadId: string
userId: CommunicationUserIdentifier
}