[[["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-04-01 UTC."],[[["The `ListVersionsRequest` class is used to request a list of versions from the Google Cloud Dialogflow v2beta1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IPageRequest`, making it compatible with various Protobuf and .NET functionalities."],["It has properties like `PageSize`, `PageToken`, `Parent`, and `ParentAsAgentName` to manage pagination and specify the agent whose versions are to be listed, offering customization of the request."],["The `Parent` property is a required string that specifies the agent to list all versions from, and can be in one of the supported formats: `projects/\u003cProject ID\u003e/agent` or `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/agent`."],["The class has two constructors: one default and one that accepts another `ListVersionsRequest` instance, allowing for the creation of a new instance or the copy of an existing one."]]],[]]