mediaInfo resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
The media information used in actions for prompts.
Properties
Property | Type | Description |
---|---|---|
resourceId | String | Optional, used to uniquely identity the resource. If passed, the prompt uri is cached against this resourceId as key. |
uri | String | Path to the prompt to be played. Currently only Wave file (.wav) format, single-channel, 16-bit samples with a 16,000 (16 KHz) sampling rate is only supported. |
JSON representation
The following JSON representation shows the resource type.
{
"resourceId": "String",
"uri": "String"
}