public static interface Fulfillment.ConditionalCases.CaseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Fulfillment.ConditionalCases.Case.CaseContent |
getCaseContent(int index)
A list of case content.
|
int |
getCaseContentCount()
A list of case content.
|
List<Fulfillment.ConditionalCases.Case.CaseContent> |
getCaseContentList()
A list of case content.
|
Fulfillment.ConditionalCases.Case.CaseContentOrBuilder |
getCaseContentOrBuilder(int index)
A list of case content.
|
List<? extends Fulfillment.ConditionalCases.Case.CaseContentOrBuilder> |
getCaseContentOrBuilderList()
A list of case content.
|
String |
getCondition()
The condition to activate and select this case.
|
com.google.protobuf.ByteString |
getConditionBytes()
The condition to activate and select this case.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getCondition()
The condition to activate and select this case. Empty means the condition is always true. The condition is evaluated against [form parameters][Form.parameters] or [session parameters][SessionInfo.parameters]. See the [conditions reference](https://cloud.google.com/dialogflow/cx/docs/reference/condition).
string condition = 1;com.google.protobuf.ByteString getConditionBytes()
The condition to activate and select this case. Empty means the condition is always true. The condition is evaluated against [form parameters][Form.parameters] or [session parameters][SessionInfo.parameters]. See the [conditions reference](https://cloud.google.com/dialogflow/cx/docs/reference/condition).
string condition = 1;List<Fulfillment.ConditionalCases.Case.CaseContent> getCaseContentList()
A list of case content.
repeated .google.cloud.dialogflow.cx.v3.Fulfillment.ConditionalCases.Case.CaseContent case_content = 2;
Fulfillment.ConditionalCases.Case.CaseContent getCaseContent(int index)
A list of case content.
repeated .google.cloud.dialogflow.cx.v3.Fulfillment.ConditionalCases.Case.CaseContent case_content = 2;
int getCaseContentCount()
A list of case content.
repeated .google.cloud.dialogflow.cx.v3.Fulfillment.ConditionalCases.Case.CaseContent case_content = 2;
List<? extends Fulfillment.ConditionalCases.Case.CaseContentOrBuilder> getCaseContentOrBuilderList()
A list of case content.
repeated .google.cloud.dialogflow.cx.v3.Fulfillment.ConditionalCases.Case.CaseContent case_content = 2;
Fulfillment.ConditionalCases.Case.CaseContentOrBuilder getCaseContentOrBuilder(int index)
A list of case content.
repeated .google.cloud.dialogflow.cx.v3.Fulfillment.ConditionalCases.Case.CaseContent case_content = 2;
Copyright © 2025 Google LLC. All rights reserved.