GoogleCloudContactcenterinsightsV1SampleConversationsRequest class
The request to sample conversations to a dataset.
Constructors
- GoogleCloudContactcenterinsightsV1SampleConversationsRequest.new({GoogleCloudContactcenterinsightsV1Dataset? destinationDataset, String? parent, GoogleCloudContactcenterinsightsV1SampleRule? sampleRule})
- GoogleCloudContactcenterinsightsV1SampleConversationsRequest.fromJson(Map json_)
Properties
- destinationDataset ↔ GoogleCloudContactcenterinsightsV1Dataset?
-
The dataset resource to copy the sampled conversations to.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- parent ↔ String?
-
The parent resource of the dataset.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sampleRule ↔ GoogleCloudContactcenterinsightsV1SampleRule?
-
The sample rule used for sampling conversations.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited