Class GoogleCloudContactcenterinsightsV1SampleConversationsRequest
The request to sample conversations to a dataset.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1SampleConversationsRequest : IDirectResponseSchema
Properties
DestinationDataset
The dataset resource to copy the sampled conversations to.
Declaration
[JsonProperty("destinationDataset")]
public virtual GoogleCloudContactcenterinsightsV1Dataset DestinationDataset { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1Dataset |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Parent
Required. The parent resource of the dataset.
Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |
SampleRule
Optional. The sample rule used for sampling conversations.
Declaration
[JsonProperty("sampleRule")]
public virtual GoogleCloudContactcenterinsightsV1SampleRule SampleRule { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1SampleRule |