名前空間: microsoft.graph
playPrompt アクションの結果を取得する playPrompt 操作。
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| clientContext | String | 一意のクライアント コンテキスト文字列。 最大制限は 256 文字です。 |
| id | String | 読み取り専用です。 |
| resultInfo | resultInfo | 結果の情報。 読み取り専用です。 |
| status | String | 可能な値は、notStarted、running、completed、failed です。 |
関係
なし
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"clientContext": "String",
"id": "String (identifier)",
"resultInfo": {"@odata.type": "#microsoft.graph.resultInfo"},
"status": "notStarted | running | completed | failed"
}