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.
Implements
IMessageIssueModelTypesInputDataConfig, IEquatableIssueModelTypesInputDataConfig, IDeepCloneableIssueModelTypesInputDataConfig, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
InputDataConfig()
public InputDataConfig()
InputDataConfig(InputDataConfig)
public InputDataConfig(IssueModel.Types.InputDataConfig other)
Parameter | |
---|---|
Name | Description |
other |
IssueModelTypesInputDataConfig |
Properties
Filter
public string Filter { get; set; }
A filter to reduce the conversations used for training the model to a specific subset.
Property Value | |
---|---|
Type | Description |
string |
Medium
[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
.
Property Value | |
---|---|
Type | Description |
ConversationTypesMedium |
TrainingConversationsCount
public long TrainingConversationsCount { get; set; }
Output only. Number of conversations used in training. Output only.
Property Value | |
---|---|
Type | Description |
long |