Interface Fulfillment.ConditionalCasesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Fulfillment.ConditionalCases
,Fulfillment.ConditionalCases.Builder
- Enclosing class:
- Fulfillment
public static interface Fulfillment.ConditionalCasesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Fulfillment.ConditionalCases.Case
getCases(int index)
A list of cascading if-else conditions.int
getCasesCount()
A list of cascading if-else conditions.List<Fulfillment.ConditionalCases.Case>
getCasesList()
A list of cascading if-else conditions.Fulfillment.ConditionalCases.CaseOrBuilder
getCasesOrBuilder(int index)
A list of cascading if-else conditions.List<? extends Fulfillment.ConditionalCases.CaseOrBuilder>
getCasesOrBuilderList()
A list of cascading if-else conditions.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCasesList
List<Fulfillment.ConditionalCases.Case> getCasesList()
A list of cascading if-else conditions.
repeated .google.cloud.dialogflow.cx.v3.Fulfillment.ConditionalCases.Case cases = 1;
-
getCases
Fulfillment.ConditionalCases.Case getCases(int index)
A list of cascading if-else conditions.
repeated .google.cloud.dialogflow.cx.v3.Fulfillment.ConditionalCases.Case cases = 1;
-
getCasesCount
int getCasesCount()
A list of cascading if-else conditions.
repeated .google.cloud.dialogflow.cx.v3.Fulfillment.ConditionalCases.Case cases = 1;
-
getCasesOrBuilderList
List<? extends Fulfillment.ConditionalCases.CaseOrBuilder> getCasesOrBuilderList()
A list of cascading if-else conditions.
repeated .google.cloud.dialogflow.cx.v3.Fulfillment.ConditionalCases.Case cases = 1;
-
getCasesOrBuilder
Fulfillment.ConditionalCases.CaseOrBuilder getCasesOrBuilder(int index)
A list of cascading if-else conditions.
repeated .google.cloud.dialogflow.cx.v3.Fulfillment.ConditionalCases.Case cases = 1;
-
-