public static interface Fulfillment.ConditionalCasesOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| Name | Description |
| index | int |
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Name | Description |
| index | int |
| Type | Description |
| 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;
| Type | Description |
| List<? extends com.google.cloud.dialogflow.cx.v3.Fulfillment.ConditionalCases.CaseOrBuilder> |