Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1SampleConversationsRequest

The request to sample conversations to a dataset.

Inheritance
object
GoogleCloudContactcenterinsightsV1SampleConversationsRequest
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX