次の方法で共有


AcsChatThreadCreatedEventData type

Microsoft.Communication.ChatThreadCreated イベントの EventGridEvent の Data プロパティのスキーマ。

type AcsChatThreadCreatedEventData = AcsChatThreadEventInThreadBase & {
  createdByCommunicationIdentifier: CommunicationIdentifierModel
  metadata: { [propertyName: string]: string }
  participants: AcsChatThreadParticipant[]
  properties: { [propertyName: string]: any }
}