Class GoogleCloudContactcenterinsightsV1SampleRule
Message for sampling conversations.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1SampleRule : 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? |