Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1IssueModelInputDataConfig

Configs for the input data used to create the issue model.

Inheritance
object
GoogleCloudContactcenterinsightsV1IssueModelInputDataConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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. Refer to https://cloud.google.com/contact-center/insights/docs/filtering for details.

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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX