次の方法で共有


AcsChatThreadCreatedWithUserEventData type

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

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