Type de ressource serviceUserAgent
Espace de noms : Microsoft.graph.callRecords
Représente un agent utilisateur de service d’un point de terminaison dans un appel. Hérite du type userAgent .
Propriétés
Propriété | Type | Description |
---|---|---|
applicationVersion | Chaîne | Identifie la version du logiciel d’application utilisé par ce point de terminaison. |
headerValue | Chaîne | Valeur d’en-tête de l’agent utilisateur signalée par ce point de terminaison. |
role | microsoft.graph.callRecords.serviceRole | Identifie le rôle du service utilisé par ce point de terminaison. Les valeurs possibles sont : unknown , customBot , skypeForBusinessMicrosoftTeamsGateway , skypeForBusinessAudioVideoMcu , skypeForBusinessCallQueues skypeForBusinessApplicationSharingMcu , skypeForBusinessAutoAttendant , mediationServer mediationServerCloudConnectorEdition , exchangeUnifiedMessagingService , conferencingAttendant audioTeleconferencerController skypeForBusinessUnifiedCommunicationApplicationPlatform responseGroupServiceAnnouncementService gateway conferencingAnnouncementService mediaController , skypeForBusinessAttendant skypeTranslator , . unknownFutureValue responseGroupService voicemail |
Représentation JSON
La représentation JSON suivante montre le type de ressource.
{
"applicationVersion": "String",
"headerValue": "String",
"role": "String"
}