Skip to content

Latest commit

 

History

History
54 lines (43 loc) · 1.31 KB

File metadata and controls

54 lines (43 loc) · 1.31 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 04/03/2024

mediaInfo resource type

Namespace: microsoft.graph

The media information used in actions for prompts.

Properties

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.

JSON representation

The following JSON representation shows the resource type.

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