public static interface Handler.LifecycleHandlerOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCondition()
Optional.
|
com.google.protobuf.ByteString |
getConditionBytes()
Optional.
|
Fulfillment |
getFulfillment()
Required.
|
FulfillmentOrBuilder |
getFulfillmentOrBuilder()
Required.
|
String |
getLifecycleStage()
Required.
|
com.google.protobuf.ByteString |
getLifecycleStageBytes()
Required.
|
boolean |
hasFulfillment()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getLifecycleStage()
Required. The name of the lifecycle stage that triggers this handler. Supported values: * `playbook-start` * `pre-action-selection` * `pre-action-execution`
string lifecycle_stage = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getLifecycleStageBytes()
Required. The name of the lifecycle stage that triggers this handler. Supported values: * `playbook-start` * `pre-action-selection` * `pre-action-execution`
string lifecycle_stage = 1 [(.google.api.field_behavior) = REQUIRED];String getCondition()
Optional. The condition that must be satisfied to trigger this handler.
string condition = 2 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getConditionBytes()
Optional. The condition that must be satisfied to trigger this handler.
string condition = 2 [(.google.api.field_behavior) = OPTIONAL];boolean hasFulfillment()
Required. The fulfillment to call when this handler is triggered.
.google.cloud.dialogflow.cx.v3beta1.Fulfillment fulfillment = 3 [(.google.api.field_behavior) = REQUIRED];
Fulfillment getFulfillment()
Required. The fulfillment to call when this handler is triggered.
.google.cloud.dialogflow.cx.v3beta1.Fulfillment fulfillment = 3 [(.google.api.field_behavior) = REQUIRED];
FulfillmentOrBuilder getFulfillmentOrBuilder()
Required. The fulfillment to call when this handler is triggered.
.google.cloud.dialogflow.cx.v3beta1.Fulfillment fulfillment = 3 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2025 Google LLC. All rights reserved.