mediaPrompt resource type
Namespace: microsoft.graph
This resource type contains information about the audio file to be played and other additional settings.
Properties
Property | Type | Description |
---|---|---|
mediaInfo | mediaInfo | The media information |
JSON representation
The following JSON representation shows the resource type.
{
"mediaInfo": { "@odata.type": "#microsoft.graph.mediaInfo" }
}