public static interface IntentCoverage.IntentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCovered()
Whether the intent is covered by at least one of the agent's
test cases.
|
String |
getIntent()
The intent full resource name
string intent = 1 [(.google.api.resource_reference) = { ... } |
com.google.protobuf.ByteString |
getIntentBytes()
The intent full resource name
string intent = 1 [(.google.api.resource_reference) = { ... } |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getIntent()
The intent full resource name
string intent = 1 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getIntentBytes()
The intent full resource name
string intent = 1 [(.google.api.resource_reference) = { ... }boolean getCovered()
Whether the intent is covered by at least one of the agent's test cases.
bool covered = 2;Copyright © 2025 Google LLC. All rights reserved.