Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1alpha1SampleRule

Message for sampling conversations.

Inheritance
object
GoogleCloudContactcenterinsightsV1alpha1SampleRule
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 GoogleCloudContactcenterinsightsV1alpha1SampleRule : IDirectResponseSchema

Properties

ConversationFilter

To specify the filter for the conversions that should apply this sample rule. An empty filter means this sample rule applies to all conversations.

Declaration
[JsonProperty("conversationFilter")]
public virtual string ConversationFilter { get; set; }
Property Value
Type Description
string

Dimension

Optional. Group by dimension to sample the conversation. If no dimension is provided, the sampling will be applied to the project level. Current supported dimensions is 'quality_metadata.agent_info.agent_id'.

Declaration
[JsonProperty("dimension")]
public virtual string Dimension { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

SamplePercentage

Percentage of conversations that we should sample based on the dimension between [0, 100].

Declaration
[JsonProperty("samplePercentage")]
public virtual double? SamplePercentage { get; set; }
Property Value
Type Description
double?

SampleRow

Number of the conversations that we should sample based on the dimension.

Declaration
[JsonProperty("sampleRow")]
public virtual long? SampleRow { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX