Skip to content

Latest commit

 

History

History
60 lines (46 loc) · 1.4 KB

File metadata and controls

60 lines (46 loc) · 1.4 KB
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 03/21/2024

mediaInfo resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "resourceId": "String",
  "uri": "String"
}