public sealed class ListIssuesRequest : IMessage<ListIssuesRequest>, IEquatable<ListIssuesRequest>, IDeepCloneable<ListIssuesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class ListIssuesRequest.
[[["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 latest version of the `ListIssuesRequest` API for Google Cloud Contact Center Insights is 2.19.0, with numerous prior versions available, including the current version displayed which is 2.13.0."],["`ListIssuesRequest` is a class used to request a list of issues within the Contact Center AI Insights v1 API, and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ListIssuesRequest` class has two constructors, one default and one that takes another `ListIssuesRequest` object as a parameter."],["The `Parent` property of the `ListIssuesRequest` is a required string value representing the parent resource of the issue, while `ParentAsIssueModelName` is a typed view of the same resource name."],["The class contains inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`, which are inherited from the `object` class."]]],[]]