public interface IntentCoverageOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
float |
getCoverageScore()
The percent of intents in the agent that are covered.
|
IntentCoverage.Intent |
getIntents(int index)
The list of Intents present in the agent
|
int |
getIntentsCount()
The list of Intents present in the agent
|
List<IntentCoverage.Intent> |
getIntentsList()
The list of Intents present in the agent
|
IntentCoverage.IntentOrBuilder |
getIntentsOrBuilder(int index)
The list of Intents present in the agent
|
List<? extends IntentCoverage.IntentOrBuilder> |
getIntentsOrBuilderList()
The list of Intents present in the agent
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<IntentCoverage.Intent> getIntentsList()
The list of Intents present in the agent
repeated .google.cloud.dialogflow.cx.v3.IntentCoverage.Intent intents = 1;IntentCoverage.Intent getIntents(int index)
The list of Intents present in the agent
repeated .google.cloud.dialogflow.cx.v3.IntentCoverage.Intent intents = 1;int getIntentsCount()
The list of Intents present in the agent
repeated .google.cloud.dialogflow.cx.v3.IntentCoverage.Intent intents = 1;List<? extends IntentCoverage.IntentOrBuilder> getIntentsOrBuilderList()
The list of Intents present in the agent
repeated .google.cloud.dialogflow.cx.v3.IntentCoverage.Intent intents = 1;IntentCoverage.IntentOrBuilder getIntentsOrBuilder(int index)
The list of Intents present in the agent
repeated .google.cloud.dialogflow.cx.v3.IntentCoverage.Intent intents = 1;float getCoverageScore()
The percent of intents in the agent that are covered.
float coverage_score = 2;Copyright © 2022 Google LLC. All rights reserved.