Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Alcuni metodi dell'API Dialogflow restituiscono un'operazione a lunga esecuzione.
Questi metodi sono asincroni e l'operazione potrebbe non essere completata quando il metodo restituisce una risposta.
Puoi controllare lo stato o annullare le operazioni.
Recupero dello stato di un'operazione
Di seguito viene mostrato come eseguire il polling dello stato di un'operazione.
Se hai molte operazioni da controllare,
devi limitare la frequenza delle chiamate o
utilizzare il metodo list.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-04-03 UTC."],[[["The Dialogflow API uses long-running operations for asynchronous tasks, which may not be completed when the method returns."],["You can check the status of an operation by calling the `get` method of the `Operations` type, using the operation's ID."],["When checking many operations, it is recommended to either rate limit calls or use the `list` method."],["To interact with the API, you'll need to replace placeholders like `PROJECT_ID`, `OPERATION_ID`, and `API_VERSION` in the provided request examples."],["The `list` and `cancel` methods of the `Operations` type allow for listing and canceling operations, but `list` may contain irrelevant results."]]],[]]