playPromptOperation リソースの種類
名前空間: 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"
}
フィードバック
フィードバックの送信と表示