AzureCommunicationChatAdapterArgs type
Argument för att skapa Azure Communication Services-implementeringen av ChatAdapter.
type AzureCommunicationChatAdapterArgs = {
chatAdapterOptions?: ChatAdapterOptions
credential: CommunicationTokenCredential
displayName: string
endpoint: string
threadId: string
userId: CommunicationUserIdentifier
}