public sealed class IssueModelResult : IMessage<IssueModelResult>, IEquatable<IssueModelResult>, IDeepCloneable<IssueModelResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class IssueModelResult.
[[["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 available for the `IssueModelResult` class in the `Google.Cloud.ContactCenterInsights.V1` API is 2.19.0, with multiple previous versions accessible, dating back to version 1.0.0."],["The `IssueModelResult` class is used for modeling issues in a conversation, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `IssueModel` (a string representing the issue model's resource name), `IssueModelAsIssueModelName` (a typed view of the `IssueModel`), and `Issues` (a list of matched issue assignments)."],["The `IssueModelResult` can be instantiated with a constructor with no parameter, or with another `IssueModelResult` as a parameter."],["The class documentation provides information about inheritance, inherited members, namespace, assembly, constructors, and detailed property descriptions related to the `IssueModelResult` and `IssueAssignment`."]]],[]]