Interface Action.IntentMatchOrBuilder (0.89.0)

public static interface Action.IntentMatchOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMatchedIntents(int index)

public abstract Action.IntentMatch.MatchedIntent getMatchedIntents(int index)

The matched intent.

repeated .google.cloud.dialogflow.cx.v3beta1.Action.IntentMatch.MatchedIntent matched_intents = 1;

Parameter
Name Description
index int
Returns
Type Description
Action.IntentMatch.MatchedIntent

getMatchedIntentsCount()

public abstract int getMatchedIntentsCount()

The matched intent.

repeated .google.cloud.dialogflow.cx.v3beta1.Action.IntentMatch.MatchedIntent matched_intents = 1;

Returns
Type Description
int

getMatchedIntentsList()

public abstract List<Action.IntentMatch.MatchedIntent> getMatchedIntentsList()

The matched intent.

repeated .google.cloud.dialogflow.cx.v3beta1.Action.IntentMatch.MatchedIntent matched_intents = 1;

Returns
Type Description
List<MatchedIntent>

getMatchedIntentsOrBuilder(int index)

public abstract Action.IntentMatch.MatchedIntentOrBuilder getMatchedIntentsOrBuilder(int index)

The matched intent.

repeated .google.cloud.dialogflow.cx.v3beta1.Action.IntentMatch.MatchedIntent matched_intents = 1;

Parameter
Name Description
index int
Returns
Type Description
Action.IntentMatch.MatchedIntentOrBuilder

getMatchedIntentsOrBuilderList()

public abstract List<? extends Action.IntentMatch.MatchedIntentOrBuilder> getMatchedIntentsOrBuilderList()

The matched intent.

repeated .google.cloud.dialogflow.cx.v3beta1.Action.IntentMatch.MatchedIntent matched_intents = 1;

Returns
Type Description
List<? extends com.google.cloud.dialogflow.cx.v3beta1.Action.IntentMatch.MatchedIntentOrBuilder>