AzureCommunicationChatAdapterArgs type
建立 ChatAdapter之 Azure 通訊服務實作的自變數。
type AzureCommunicationChatAdapterArgs = {
chatAdapterOptions?: ChatAdapterOptions
credential: CommunicationTokenCredential
displayName: string
endpoint: string
threadId: string
userId: CommunicationUserIdentifier
}