Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class ConditionalCases.
A list of cascading if-else conditions. Cases are mutually exclusive.
The first one with a matching condition is selected, all the rest ignored.
Generated from protobuf message google.cloud.dialogflow.cx.v3.Fulfillment.ConditionalCases
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3 \ FulfillmentMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ cases |
array<Google\Cloud\Dialogflow\Cx\V3\Fulfillment\ConditionalCases\PBCase>
A list of cascading if-else conditions. |
getCases
A list of cascading if-else conditions.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setCases
A list of cascading if-else conditions.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Dialogflow\Cx\V3\Fulfillment\ConditionalCases\PBCase>
|
Returns | |
---|---|
Type | Description |
$this |