Class GoogleCloudContactcenterinsightsV1IssueModelInputDataConfig
Configs for the input data used to create the issue model.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1IssueModelInputDataConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Filter
A filter to reduce the conversations used for training the model to a specific subset.
Declaration
[JsonProperty("filter")]
public virtual string Filter { get; set; }
Property Value
Type | Description |
---|---|
string |
Medium
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
.
Declaration
[JsonProperty("medium")]
public virtual string Medium { get; set; }
Property Value
Type | Description |
---|---|
string |
TrainingConversationsCount
Output only. Number of conversations used in training. Output only.
Declaration
[JsonProperty("trainingConversationsCount")]
public virtual long? TrainingConversationsCount { get; set; }
Property Value
Type | Description |
---|---|
long? |