public sealed class InputDataConfig : IMessage<IssueModel.Types.InputDataConfig>, IEquatable<IssueModel.Types.InputDataConfig>, IDeepCloneable<IssueModel.Types.InputDataConfig>, IBufferMessage, IMessage
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 documentation for the `InputDataConfig` class within the `Google.Cloud.ContactCenterInsights.V1` namespace, outlining its use for configuring input data for issue models."],["The latest version available is 2.19.0, and the page details all versions dating back to version 1.0.0 for the `InputDataConfig` class."],["The `InputDataConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality within the .NET environment."],["Key properties of `InputDataConfig` include `Filter`, allowing for the specification of a subset of training conversations, and `TrainingConversationsCount`, which is an output-only field indicating the number of conversations used in training."],["There is an `Obsolete` property called `Medium`, that was previously used to specify the medium of the training data, however its functionality has been rolled into the `filter` property."]]],[]]