public sealed class ListIssueModelsRequest : IMessage<ListIssueModelsRequest>, IEquatable<ListIssueModelsRequest>, IDeepCloneable<ListIssueModelsRequest>, IBufferMessage, IMessage
[[["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-03-21 UTC."],[[["The content provides a comprehensive list of versions for `ListIssueModelsRequest` within the `Google.Cloud.ContactCenterInsights.V1` namespace, spanning from version 1.0.0 to the latest 2.19.0."],["`ListIssueModelsRequest` is a class used to request a list of issue models, implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inheriting from `Object`."],["The class includes properties like `Parent` which is a required string representing the parent resource of the issue model, and `ParentAsLocationName`, which offers a `LocationName`-typed view over the parent resource name."],["There are two constructors for the `ListIssueModelsRequest` class: a default constructor and one that takes another `ListIssueModelsRequest` instance as a parameter for copying."],["The documented versions of the `ListIssueModelsRequest` class reside within the `Google.Cloud.ContactCenterInsights.V1.dll` assembly."]]],[]]