Aracılığıyla paylaş


AzureCommunicationChatAdapterArgs type

ChatAdapter'nin Azure İletişim Hizmetleri uygulamasını oluşturmaya yönelik bağımsız değişkenler.

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