Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CommunicationIdentifierModel

Package version

Identifies a participant in Azure Communication services. A participant is, for example, a phone number or an Azure communication user. This model must be interpreted as a union: Apart from rawId, at most one further property may be set.

Hierarchy

  • CommunicationIdentifierModel

Index

Properties

Optional communicationUser

The communication user.

Optional microsoftTeamsUser

The Microsoft Teams user.

Optional phoneNumber

The phone number.

Optional rawId

rawId: undefined | string

Raw Id of the identifier. Optional in requests, required in responses.

Generated using TypeDoc