Interface Action.IntentMatch.MatchedIntentOrBuilder (0.89.0)

public static interface Action.IntentMatch.MatchedIntentOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDisplayName()

public abstract String getDisplayName()

The display name of the matched intent.

string display_name = 2;

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

The display name of the matched intent.

string display_name = 2;

Returns
Type Description
ByteString

The bytes for displayName.

getGenerativeFallback()

public abstract Struct getGenerativeFallback()

The generative fallback response of the matched intent.

.google.protobuf.Struct generative_fallback = 4;

Returns
Type Description
Struct

The generativeFallback.

getGenerativeFallbackOrBuilder()

public abstract StructOrBuilder getGenerativeFallbackOrBuilder()

The generative fallback response of the matched intent.

.google.protobuf.Struct generative_fallback = 4;

Returns
Type Description
StructOrBuilder

getIntentId()

public abstract String getIntentId()

The ID of the matched intent.

string intent_id = 1;

Returns
Type Description
String

The intentId.

getIntentIdBytes()

public abstract ByteString getIntentIdBytes()

The ID of the matched intent.

string intent_id = 1;

Returns
Type Description
ByteString

The bytes for intentId.

getScore()

public abstract float getScore()

The score of the matched intent.

float score = 3;

Returns
Type Description
float

The score.

hasGenerativeFallback()

public abstract boolean hasGenerativeFallback()

The generative fallback response of the matched intent.

.google.protobuf.Struct generative_fallback = 4;

Returns
Type Description
boolean

Whether the generativeFallback field is set.