Interface IntentCoverage.IntentOrBuilder (0.48.0)

public static interface IntentCoverage.IntentOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCovered()

public abstract boolean getCovered()

Whether the intent is covered by at least one of the agent's test cases.

bool covered = 2;

Returns
TypeDescription
boolean

The covered.

getIntent()

public abstract String getIntent()

The intent full resource name

string intent = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The intent.

getIntentBytes()

public abstract ByteString getIntentBytes()

The intent full resource name

string intent = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for intent.