AzureCommunicationChatAdapterArgs type

Arguments pour la création de l’implémentation d’Azure Communication Services de ChatAdapter.

type AzureCommunicationChatAdapterArgs = {
  chatAdapterOptions?: ChatAdapterOptions
  credential: CommunicationTokenCredential
  displayName: string
  endpoint: string
  threadId: string
  userId: CommunicationUserIdentifier
}