Interface Fulfillment.ConditionalCasesOrBuilder (0.52.0)

public static interface Fulfillment.ConditionalCasesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCases(int index)

public abstract Fulfillment.ConditionalCases.Case getCases(int index)

A list of cascading if-else conditions.

repeated .google.cloud.dialogflow.cx.v3.Fulfillment.ConditionalCases.Case cases = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Fulfillment.ConditionalCases.Case

getCasesCount()

public abstract int getCasesCount()

A list of cascading if-else conditions.

repeated .google.cloud.dialogflow.cx.v3.Fulfillment.ConditionalCases.Case cases = 1;

Returns
TypeDescription
int

getCasesList()

public abstract List<Fulfillment.ConditionalCases.Case> getCasesList()

A list of cascading if-else conditions.

repeated .google.cloud.dialogflow.cx.v3.Fulfillment.ConditionalCases.Case cases = 1;

Returns
TypeDescription
List<Case>

getCasesOrBuilder(int index)

public abstract Fulfillment.ConditionalCases.CaseOrBuilder getCasesOrBuilder(int index)

A list of cascading if-else conditions.

repeated .google.cloud.dialogflow.cx.v3.Fulfillment.ConditionalCases.Case cases = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Fulfillment.ConditionalCases.CaseOrBuilder

getCasesOrBuilderList()

public abstract List<? extends Fulfillment.ConditionalCases.CaseOrBuilder> getCasesOrBuilderList()

A list of cascading if-else conditions.

repeated .google.cloud.dialogflow.cx.v3.Fulfillment.ConditionalCases.Case cases = 1;

Returns
TypeDescription
List<? extends com.google.cloud.dialogflow.cx.v3.Fulfillment.ConditionalCases.CaseOrBuilder>