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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.dialogflow.cx.v3.Fulfillment.ConditionalCases.CaseOrBuilder> |
|