| title | mediaInfo resource type |
|---|---|
| description | The media information used in actions for prompts. |
| author | ananmishr |
| ms.localizationpriority | medium |
| ms.subservice | cloud-communications |
| doc_type | resourcePageType |
| ms.date | 04/03/2024 |
Namespace: microsoft.graph
The media information used in actions for prompts.
| Property | Type | Description |
|---|---|---|
| resourceId | String | Optional. Used to uniquely identity the resource. If passed in, the prompt uri is against this resourceId as a key. |
| uri | String | Path to the prompt that will be played. Currently supports only Wave file (.wav) format, single-channel, 16-bit samples with a 16,000 (16 KHz) sampling rate. |
The following JSON representation shows the resource type.
{
"resourceId": "String",
"uri": "String"
}