GoogleCloudContactcenterinsightsV1SampleRule class
Message for sampling conversations.
Constructors
- GoogleCloudContactcenterinsightsV1SampleRule.new({String? conversationFilter, String? dimension, double? samplePercentage, String? sampleRow})
- GoogleCloudContactcenterinsightsV1SampleRule.fromJson(Map json_)
Properties
- conversationFilter ↔ String?
-
To specify the filter for the conversions that should apply this sample
rule.
getter/setter pair
- dimension ↔ String?
-
Group by dimension to sample the conversation.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- samplePercentage ↔ double?
-
Percentage of conversations that we should sample based on the dimension
between [0, 100].
getter/setter pair
- sampleRow ↔ String?
-
Number of the conversations that we should sample based on the dimension.
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