Interface IntentMatchDataOrBuilder (2.41.0)

public interface IntentMatchDataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIntentUniqueId()

public abstract String getIntentUniqueId()

The id of the matched intent. Can be used to retrieve the corresponding intent information.

string intent_unique_id = 1;

Returns
TypeDescription
String

The intentUniqueId.

getIntentUniqueIdBytes()

public abstract ByteString getIntentUniqueIdBytes()

The id of the matched intent. Can be used to retrieve the corresponding intent information.

string intent_unique_id = 1;

Returns
TypeDescription
ByteString

The bytes for intentUniqueId.