[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-10 UTC."],[[["\u003cp\u003eThis content outlines the JSON response structure for the \u003ccode\u003ePhoneNumbers.ListPhoneNumbers\u003c/code\u003e method in the Dialogflow API.\u003c/p\u003e\n"],["\u003cp\u003eThe response includes a \u003ccode\u003ephoneNumbers\u003c/code\u003e array, containing a list of \u003ccode\u003ePhoneNumber\u003c/code\u003e objects as defined in the API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003enextPageToken\u003c/code\u003e field is provided to paginate through the list of phone numbers, allowing retrieval of subsequent result pages if present.\u003c/p\u003e\n"],["\u003cp\u003eThe amount of items displayed in \u003ccode\u003ephoneNumbers\u003c/code\u003e is dependent on the \u003ccode\u003epageSize\u003c/code\u003e field in the request.\u003c/p\u003e\n"]]],[],null,["- [JSON representation](#SCHEMA_REPRESENTATION)\n\nThe response message for [PhoneNumbers.ListPhoneNumbers](/dialogflow/es/docs/reference/rest/v2beta1/projects.phoneNumbers/list#google.cloud.dialogflow.v2beta1.PhoneNumbers.ListPhoneNumbers).\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"phoneNumbers\": [ { object (/dialogflow/es/docs/reference/rest/v2beta1/projects.locations.phoneNumbers#PhoneNumber) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `phoneNumbers[]` | `object (`[PhoneNumber](/dialogflow/es/docs/reference/rest/v2beta1/projects.locations.phoneNumbers#PhoneNumber)`)` The list of `PhoneNumber` resources. There is a maximum number of items returned based on the pageSize field in the request. |\n| `nextPageToken` | `string` Token to retrieve the next page of results, or empty if there are no more results in the list. |"]]