AzureCommunicationChatAdapterArgs type
Argumentos para criar a implementação Serviços de Comunicação do Azure de ChatAdapter.
type AzureCommunicationChatAdapterArgs = {
credential: CommunicationTokenCredential
displayName: string
endpoint: string
threadId: string
userId: CommunicationUserIdentifier
}