public static interface IntentCoverage.IntentOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCovered()
public abstract boolean getCovered()
Whether the intent is covered by at least one of the agent's test cases.
bool covered = 2;
Returns | |
---|---|
Type | Description |
boolean |
The covered. |
getIntent()
public abstract String getIntent()
The intent full resource name
string intent = 1 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The intent. |
getIntentBytes()
public abstract ByteString getIntentBytes()
The intent full resource name
string intent = 1 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for intent. |