Package com.pulumi.gcp.diagflow.outputs
Class CxFlowEventHandlerTriggerFulfillmentConditionalCase
- java.lang.Object
-
- com.pulumi.gcp.diagflow.outputs.CxFlowEventHandlerTriggerFulfillmentConditionalCase
-
public final class CxFlowEventHandlerTriggerFulfillmentConditionalCase extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CxFlowEventHandlerTriggerFulfillmentConditionalCase.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CxFlowEventHandlerTriggerFulfillmentConditionalCase.Builder
builder()
static CxFlowEventHandlerTriggerFulfillmentConditionalCase.Builder
builder(CxFlowEventHandlerTriggerFulfillmentConditionalCase defaults)
java.util.Optional<java.lang.String>
cases()
-
-
-
Method Detail
-
cases
public java.util.Optional<java.lang.String> cases()
- Returns:
- A JSON encoded list of cascading if-else conditions. Cases are mutually exclusive. The first one with a matching condition is selected, all the rest ignored. See [Case](https://cloud.google.com/dialogflow/cx/docs/reference/rest/v3/Fulfillment#case) for the schema.
-
builder
public static CxFlowEventHandlerTriggerFulfillmentConditionalCase.Builder builder()
-
builder
public static CxFlowEventHandlerTriggerFulfillmentConditionalCase.Builder builder(CxFlowEventHandlerTriggerFulfillmentConditionalCase defaults)
-
-