[[["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."],[],[],null,["# Class protos.google.cloud.contactcenterinsights.v1.ListConversationsRequest (3.9.0)\n\nVersion latestkeyboard_arrow_down\n\n- [3.9.0 (latest)](/nodejs/docs/reference/contact-center-insights/latest/contact-center-insights/protos.google.cloud.contactcenterinsights.v1.listconversationsrequest)\n- [3.8.0](/nodejs/docs/reference/contact-center-insights/3.8.0/contact-center-insights/protos.google.cloud.contactcenterinsights.v1.listconversationsrequest)\n- [3.7.0](/nodejs/docs/reference/contact-center-insights/3.7.0/contact-center-insights/protos.google.cloud.contactcenterinsights.v1.listconversationsrequest)\n- [3.6.0](/nodejs/docs/reference/contact-center-insights/3.6.0/contact-center-insights/protos.google.cloud.contactcenterinsights.v1.listconversationsrequest)\n- [3.3.0](/nodejs/docs/reference/contact-center-insights/3.3.0/contact-center-insights/protos.google.cloud.contactcenterinsights.v1.listconversationsrequest)\n- [3.1.0](/nodejs/docs/reference/contact-center-insights/3.1.0/contact-center-insights/protos.google.cloud.contactcenterinsights.v1.listconversationsrequest)\n- [2.7.0](/nodejs/docs/reference/contact-center-insights/2.7.0/contact-center-insights/protos.google.cloud.contactcenterinsights.v1.listconversationsrequest)\n- [2.6.0](/nodejs/docs/reference/contact-center-insights/2.6.0/contact-center-insights/protos.google.cloud.contactcenterinsights.v1.listconversationsrequest)\n- [2.4.1](/nodejs/docs/reference/contact-center-insights/2.4.1/contact-center-insights/protos.google.cloud.contactcenterinsights.v1.listconversationsrequest)\n- [2.3.0](/nodejs/docs/reference/contact-center-insights/2.3.0/contact-center-insights/protos.google.cloud.contactcenterinsights.v1.listconversationsrequest)\n- [2.1.2](/nodejs/docs/reference/contact-center-insights/2.1.2/contact-center-insights/protos.google.cloud.contactcenterinsights.v1.listconversationsrequest)\n- [1.11.0](/nodejs/docs/reference/contact-center-insights/1.11.0/contact-center-insights/protos.google.cloud.contactcenterinsights.v1.listconversationsrequest)\n- [1.10.0](/nodejs/docs/reference/contact-center-insights/1.10.0/contact-center-insights/protos.google.cloud.contactcenterinsights.v1.listconversationsrequest)\n- [1.9.0](/nodejs/docs/reference/contact-center-insights/1.9.0/contact-center-insights/protos.google.cloud.contactcenterinsights.v1.listconversationsrequest)\n- [1.8.0](/nodejs/docs/reference/contact-center-insights/1.8.0/contact-center-insights/protos.google.cloud.contactcenterinsights.v1.listconversationsrequest)\n- [1.7.0](/nodejs/docs/reference/contact-center-insights/1.7.0/contact-center-insights/protos.google.cloud.contactcenterinsights.v1.listconversationsrequest)\n- [1.6.0](/nodejs/docs/reference/contact-center-insights/1.6.0/contact-center-insights/protos.google.cloud.contactcenterinsights.v1.listconversationsrequest)\n- [1.5.0](/nodejs/docs/reference/contact-center-insights/1.5.0/contact-center-insights/protos.google.cloud.contactcenterinsights.v1.listconversationsrequest)\n- [1.4.0](/nodejs/docs/reference/contact-center-insights/1.4.0/contact-center-insights/protos.google.cloud.contactcenterinsights.v1.listconversationsrequest)\n- [1.3.0](/nodejs/docs/reference/contact-center-insights/1.3.0/contact-center-insights/protos.google.cloud.contactcenterinsights.v1.listconversationsrequest)\n- [1.2.1](/nodejs/docs/reference/contact-center-insights/1.2.1/contact-center-insights/protos.google.cloud.contactcenterinsights.v1.listconversationsrequest)\n- [1.1.0](/nodejs/docs/reference/contact-center-insights/1.1.0/contact-center-insights/protos.google.cloud.contactcenterinsights.v1.listconversationsrequest)\n- [1.0.2](/nodejs/docs/reference/contact-center-insights/1.0.2/contact-center-insights/protos.google.cloud.contactcenterinsights.v1.listconversationsrequest) \nRepresents a ListConversationsRequest.\n\nPackage\n-------\n\n[@google-cloud/contact-center-insights](../overview.html)\n\nConstructors\n------------\n\n### (constructor)(properties)\n\n constructor(properties?: google.cloud.contactcenterinsights.v1.IListConversationsRequest);\n\nConstructs a new ListConversationsRequest.\n\nProperties\n----------\n\n### filter\n\n public filter: string;\n\nListConversationsRequest filter.\n\n### orderBy\n\n public orderBy: string;\n\nListConversationsRequest orderBy.\n\n### pageSize\n\n public pageSize: number;\n\nListConversationsRequest pageSize.\n\n### pageToken\n\n public pageToken: string;\n\nListConversationsRequest pageToken.\n\n### parent\n\n public parent: string;\n\nListConversationsRequest parent.\n\n### view\n\n public view: (google.cloud.contactcenterinsights.v1.ConversationView|keyof typeof google.cloud.contactcenterinsights.v1.ConversationView);\n\nListConversationsRequest view.\n\nMethods\n-------\n\n### create(properties)\n\n public static create(properties?: google.cloud.contactcenterinsights.v1.IListConversationsRequest): google.cloud.contactcenterinsights.v1.ListConversationsRequest;\n\nCreates a new ListConversationsRequest instance using the specified properties.\n\n### decode(reader, length)\n\n public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.contactcenterinsights.v1.ListConversationsRequest;\n\nDecodes a ListConversationsRequest message from the specified reader or buffer.\n\n### decodeDelimited(reader)\n\n public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.contactcenterinsights.v1.ListConversationsRequest;\n\nDecodes a ListConversationsRequest message from the specified reader or buffer, length delimited.\n\n### encode(message, writer)\n\n public static encode(message: google.cloud.contactcenterinsights.v1.IListConversationsRequest, writer?: $protobuf.Writer): $protobuf.Writer;\n\nEncodes the specified ListConversationsRequest message. Does not implicitly messages.\n\n### encodeDelimited(message, writer)\n\n public static encodeDelimited(message: google.cloud.contactcenterinsights.v1.IListConversationsRequest, writer?: $protobuf.Writer): $protobuf.Writer;\n\nEncodes the specified ListConversationsRequest message, length delimited. Does not implicitly messages.\n\n### fromObject(object)\n\n public static fromObject(object: { [k: string]: any }): google.cloud.contactcenterinsights.v1.ListConversationsRequest;\n\nCreates a ListConversationsRequest message from a plain object. Also converts values to their respective internal types.\n\n### getTypeUrl(typeUrlPrefix)\n\n public static getTypeUrl(typeUrlPrefix?: string): string;\n\nGets the default type url for ListConversationsRequest\n\n### toJSON()\n\n public toJSON(): { [k: string]: any };\n\nConverts this ListConversationsRequest to JSON.\n\n### toObject(message, options)\n\n public static toObject(message: google.cloud.contactcenterinsights.v1.ListConversationsRequest, options?: $protobuf.IConversionOptions): { [k: string]: any };\n\nCreates a plain object from a ListConversationsRequest message. Also converts values to other types if specified.\n\n### verify(message)\n\n public static verify(message: { [k: string]: any }): (string|null);\n\nVerifies a ListConversationsRequest message."]]