public static interface Fulfillment.ConditionalCasesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Fulfillment.ConditionalCases.Case> getCasesList()
A list of cascading if-else conditions.
repeated .google.cloud.dialogflow.cx.v3.Fulfillment.ConditionalCases.Case cases = 1;
Fulfillment.ConditionalCases.Case getCases(int index)
A list of cascading if-else conditions.
repeated .google.cloud.dialogflow.cx.v3.Fulfillment.ConditionalCases.Case cases = 1;
int getCasesCount()
A list of cascading if-else conditions.
repeated .google.cloud.dialogflow.cx.v3.Fulfillment.ConditionalCases.Case cases = 1;
List<? extends Fulfillment.ConditionalCases.CaseOrBuilder> getCasesOrBuilderList()
A list of cascading if-else conditions.
repeated .google.cloud.dialogflow.cx.v3.Fulfillment.ConditionalCases.Case cases = 1;
Fulfillment.ConditionalCases.CaseOrBuilder getCasesOrBuilder(int index)
A list of cascading if-else conditions.
repeated .google.cloud.dialogflow.cx.v3.Fulfillment.ConditionalCases.Case cases = 1;
Copyright © 2022 Google LLC. All rights reserved.