Type de ressource playPromptOperation
Espace de noms: microsoft.graph
Opération playPrompt pour obtenir le résultat de l’action playPrompt.
Propriétés
Propriété | Type | Description |
---|---|---|
Clientcontext | Chaîne | Chaîne de contexte client unique. La limite maximale est de 256 caractères. |
id | Chaîne | En lecture seule. |
resultInfo | resultInfo | Informations résultat. En lecture seule. |
status | String | Les valeurs possibles sont notStarted , running , completed , failed . |
Relations
Aucun
Représentation JSON
La représentation JSON suivante montre le type de ressource.
{
"clientContext": "String",
"id": "String (identifier)",
"resultInfo": {"@odata.type": "#microsoft.graph.resultInfo"},
"status": "notStarted | running | completed | failed"
}