AzureCommunicationChatAdapterArgs type
Argumenty tworzenia implementacji Azure Communication Services ChatAdapter.
type AzureCommunicationChatAdapterArgs = {
credential: CommunicationTokenCredential
displayName: string
endpoint: string
threadId: string
userId: CommunicationUserIdentifier
}