Class GoogleCloudContactcenterinsightsV1TestCorrelationConfigRequest
The request to test correlation config.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1TestCorrelationConfigRequest : IDirectResponseSchema
Properties
Conversations
Optional. A list of conversations to test against.
Declaration
[JsonProperty("conversations")]
public virtual GoogleCloudContactcenterinsightsV1TestCorrelationConfigRequestConversations Conversations { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1TestCorrelationConfigRequestConversations |
CorrelationConfig
Required. The correlation config to test.
Declaration
[JsonProperty("correlationConfig")]
public virtual GoogleCloudContactcenterinsightsV1CorrelationConfig CorrelationConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1CorrelationConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Filter
Optional. Filter to select conversations to test correlation against. Conversations matching this filter
will be sampled based on start time. The most recent max_sample_count conversations will be selected. If
no conversations match the filter, the request will fail with an INVALID_ARGUMENT error.
Declaration
[JsonProperty("filter")]
public virtual string Filter { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MaxSampleCount
Optional. The maximum number of conversations to sample when using the filter. If not set, defaults to
1000. Values greater than 1000 are coerced to 1000. This field is ignored if conversations is provided.
Declaration
[JsonProperty("maxSampleCount")]
public virtual int? MaxSampleCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |