public interface AnalysisRuleOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getActive()
If true, apply this rule to conversations.
|
double |
getAnalysisPercentage()
Percentage of conversations that we should apply this analysis setting
automatically, between [0, 1].
|
AnnotatorSelector |
getAnnotatorSelector()
Selector of annotators to run and the phrase matchers to use for
conversations that matches the conversation_filter.
|
AnnotatorSelectorOrBuilder |
getAnnotatorSelectorOrBuilder()
Selector of annotators to run and the phrase matchers to use for
conversations that matches the conversation_filter.
|
String |
getConversationFilter()
Filter for the conversations that should apply this analysis
rule.
|
com.google.protobuf.ByteString |
getConversationFilterBytes()
Filter for the conversations that should apply this analysis
rule.
|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
String |
getDisplayName()
Display Name of the analysis rule.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Display Name of the analysis rule.
|
String |
getName()
Identifier.
|
com.google.protobuf.ByteString |
getNameBytes()
Identifier.
|
com.google.protobuf.Timestamp |
getUpdateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
boolean |
hasAnnotatorSelector()
Selector of annotators to run and the phrase matchers to use for
conversations that matches the conversation_filter.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasDisplayName()
Display Name of the analysis rule.
|
boolean |
hasUpdateTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Identifier. The resource name of the analysis rule.
Format:
projects/{project}/locations/{location}/analysisRules/{analysis_rule}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];com.google.protobuf.ByteString getNameBytes()
Identifier. The resource name of the analysis rule.
Format:
projects/{project}/locations/{location}/analysisRules/{analysis_rule}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];boolean hasCreateTime()
Output only. The time at which this analysis rule was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getCreateTime()
Output only. The time at which this analysis rule was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The time at which this analysis rule was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasUpdateTime()
Output only. The most recent time at which this analysis rule was updated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getUpdateTime()
Output only. The most recent time at which this analysis rule was updated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The most recent time at which this analysis rule was updated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasDisplayName()
Display Name of the analysis rule.
optional string display_name = 4;String getDisplayName()
Display Name of the analysis rule.
optional string display_name = 4;com.google.protobuf.ByteString getDisplayNameBytes()
Display Name of the analysis rule.
optional string display_name = 4;String getConversationFilter()
Filter for the conversations that should apply this analysis rule. An empty filter means this analysis rule applies to all conversations.
string conversation_filter = 5;com.google.protobuf.ByteString getConversationFilterBytes()
Filter for the conversations that should apply this analysis rule. An empty filter means this analysis rule applies to all conversations.
string conversation_filter = 5;boolean hasAnnotatorSelector()
Selector of annotators to run and the phrase matchers to use for conversations that matches the conversation_filter. If not specified, NO annotators will be run.
.google.cloud.contactcenterinsights.v1.AnnotatorSelector annotator_selector = 6;AnnotatorSelector getAnnotatorSelector()
Selector of annotators to run and the phrase matchers to use for conversations that matches the conversation_filter. If not specified, NO annotators will be run.
.google.cloud.contactcenterinsights.v1.AnnotatorSelector annotator_selector = 6;AnnotatorSelectorOrBuilder getAnnotatorSelectorOrBuilder()
Selector of annotators to run and the phrase matchers to use for conversations that matches the conversation_filter. If not specified, NO annotators will be run.
.google.cloud.contactcenterinsights.v1.AnnotatorSelector annotator_selector = 6;double getAnalysisPercentage()
Percentage of conversations that we should apply this analysis setting automatically, between [0, 1]. For example, 0.1 means 10%. Conversations are sampled in a determenestic way. The original runtime_percentage & upload percentage will be replaced by defining filters on the conversation.
double analysis_percentage = 7;boolean getActive()
If true, apply this rule to conversations. Otherwise, this rule is inactive and saved as a draft.
bool active = 8;Copyright © 2025 Google LLC. All rights reserved.