AzureCommunicationChatAdapterArgs type
创建 ChatAdapter的 Azure 通信服务实现的参数。
type AzureCommunicationChatAdapterArgs = {
chatAdapterOptions?: ChatAdapterOptions
credential: CommunicationTokenCredential
displayName: string
endpoint: string
threadId: string
userId: CommunicationUserIdentifier
}