public sealed class ListIssuesResponse : IMessage<ListIssuesResponse>, IEquatable<ListIssuesResponse>, IDeepCloneable<ListIssuesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class ListIssuesResponse.
[[["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."],[[["This webpage provides reference documentation for the `ListIssuesResponse` class within the Google Cloud Contact Center AI Insights v1 API, specifically for .NET development."],["The latest version available is 2.19.0, and the page lists versions ranging from 1.0.0 to 2.19.0 of the `ListIssuesResponse` class for developers."],["The `ListIssuesResponse` class, found in the `Google.Cloud.ContactCenterInsights.V1` namespace, is used to handle the response when listing issues."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering various functionalities for developers."],["The `Issues` property of `ListIssuesResponse` contains a list of issues that match the request, represented as a `RepeatedField\u003cIssue\u003e`."]]],[]]