[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eListConversationsResponse\u003c/code\u003e class is part of the Google Cloud Discovery Engine v1beta API, designed to handle responses for the ListConversations method.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, \u003ccode\u003eIPageResponse\u003c/code\u003e, \u003ccode\u003eIEnumerable\u003c/code\u003e and inherits from \u003ccode\u003eobject\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe primary properties of \u003ccode\u003eListConversationsResponse\u003c/code\u003e are \u003ccode\u003eConversations\u003c/code\u003e, which provides a collection of conversations for a data store, and \u003ccode\u003eNextPageToken\u003c/code\u003e for pagination purposes.\u003c/p\u003e\n"],["\u003cp\u003eIt has two constructors, one to instantiate an empty object, and one to instantiate from another \u003ccode\u003eListConversationsResponse\u003c/code\u003e object, and a method, GetEnumerator() that will iterate through the collection of conversations.\u003c/p\u003e\n"],["\u003cp\u003eThis class can be found within the \u003ccode\u003eGoogle.Cloud.DiscoveryEngine.V1Beta\u003c/code\u003e namespace, in the \u003ccode\u003eGoogle.Cloud.DiscoveryEngine.V1Beta.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,["# Discovery Engine v1beta API - Class ListConversationsResponse (1.0.0-beta19)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta19 (latest)](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.ListConversationsResponse)\n- [1.0.0-beta18](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/1.0.0-beta18/Google.Cloud.DiscoveryEngine.V1Beta.ListConversationsResponse) \n\n public sealed class ListConversationsResponse : IMessage\u003cListConversationsResponse\u003e, IEquatable\u003cListConversationsResponse\u003e, IDeepCloneable\u003cListConversationsResponse\u003e, IBufferMessage, IMessage, IPageResponse\u003cConversation\u003e, IEnumerable\u003cConversation\u003e, IEnumerable\n\nReference documentation and code samples for the Discovery Engine v1beta API class ListConversationsResponse.\n\nResponse for ListConversations method. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListConversationsResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListConversationsResponse](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.ListConversationsResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListConversationsResponse](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.ListConversationsResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListConversationsResponse](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.ListConversationsResponse), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html), [IPageResponse](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.IPageResponse-1.html)[Conversation](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.Conversation), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[Conversation](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.Conversation), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.ienumerable) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.DiscoveryEngine.V1Beta](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.DiscoveryEngine.V1Beta.dll\n\nConstructors\n------------\n\n### ListConversationsResponse()\n\n public ListConversationsResponse()\n\n### ListConversationsResponse(ListConversationsResponse)\n\n public ListConversationsResponse(ListConversationsResponse other)\n\nProperties\n----------\n\n### Conversations\n\n public RepeatedField\u003cConversation\u003e Conversations { get; }\n\nAll the Conversations for a given data store.\n\n### NextPageToken\n\n public string NextPageToken { get; set; }\n\nPagination token, if not returned indicates the last page.\n\nMethods\n-------\n\n### GetEnumerator()\n\n public IEnumerator\u003cConversation\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]