public sealed class CreateIssueModelRequest : IMessage<CreateIssueModelRequest>, IEquatable<CreateIssueModelRequest>, IDeepCloneable<CreateIssueModelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class CreateIssueModelRequest.
[[["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 documentation for the `CreateIssueModelRequest` class within the Google Cloud Contact Center AI Insights v1 API, specifically for .NET developers."],["The latest version documented is 2.19.0, and the page also includes documentation for prior versions, dating back to version 1.0.0."],["`CreateIssueModelRequest` is a class that inherits from `object` and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class is used to create an issue model, which is defined by two properties, `IssueModel` and `Parent`, where `IssueModel` represents the model being created and `Parent` represents the parent resource."],["It has a constructor that allows creating a new instance of the class, or a copy of another `CreateIssueModelRequest` instance, as well as the location name property for the parent."]]],[]]