public sealed class ListIssueModelsResponse : IMessage<ListIssueModelsResponse>, IEquatable<ListIssueModelsResponse>, IDeepCloneable<ListIssueModelsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class ListIssueModelsResponse.
[[["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 `ListIssueModelsResponse` class within the Google Cloud Contact Center AI Insights v1 API, specifically version 2.15.0."],["The `ListIssueModelsResponse` class is designed to handle the response when listing issue models and is an implementation of several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation outlines the class's inheritance, which is derived from the base `object` class, and also lists the members it inherits, such as `GetHashCode()`, `GetType()`, and `ToString()`."],["The `IssueModels` property, of type `RepeatedField\u003cIssueModel\u003e`, is detailed as containing the issue models that match the request, offering a collection of `IssueModel` objects."],["The current latest version available for this API is 2.19.0, and there are multiple other versions available for reference, such as 2.18.0, 2.17.0, and many more, down to 1.0.0."]]],[]]