public sealed class IssueModel.Types.InputDataConfig : IMessage<IssueModel.Types.InputDataConfig>, IEquatable<IssueModel.Types.InputDataConfig>, IDeepCloneable<IssueModel.Types.InputDataConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class IssueModel.Types.InputDataConfig.
Configs for the input data used to create the issue model.
[Obsolete]public Conversation.Types.Medium Medium { get; set; }
Medium of conversations used in training data. This field is being
deprecated. To specify the medium to be used in training a new issue
model, set the medium field on filter.
[[["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 `IssueModel.Types.InputDataConfig` class within the Google Cloud Contact Center Insights v1 API, specifically for the .NET environment."],["The `IssueModel.Types.InputDataConfig` class is used to configure the input data employed when creating an issue model within the Contact Center Insights API."],["The page includes a comprehensive list of versions for `IssueModel.Types.InputDataConfig`, ranging from the latest version 2.19.0 down to version 1.0.0, indicating a history of updates and changes."],["The class inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its integration with Google's protocol buffer system."],["The webpage details the class's constructors and properties, including the `Filter` property for refining training data and the `Medium` property (which is now deprecated), as well as the `TrainingConversationsCount` property, which shows the number of conversations utilized in training."]]],[]]