public static interface Handler.EventHandlerOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCondition()
Optional.
|
com.google.protobuf.ByteString |
getConditionBytes()
Optional.
|
String |
getEvent()
Required.
|
com.google.protobuf.ByteString |
getEventBytes()
Required.
|
Fulfillment |
getFulfillment()
Required.
|
FulfillmentOrBuilder |
getFulfillmentOrBuilder()
Required.
|
boolean |
hasFulfillment()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getEvent()
Required. The name of the event that triggers this handler.
string event = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getEventBytes()
Required. The name of the event that triggers this handler.
string event = 1 [(.google.api.field_behavior) = REQUIRED];String getCondition()
Optional. The condition that must be satisfied to trigger this handler.
string condition = 3 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getConditionBytes()
Optional. The condition that must be satisfied to trigger this handler.
string condition = 3 [(.google.api.field_behavior) = OPTIONAL];boolean hasFulfillment()
Required. The fulfillment to call when the event occurs.
.google.cloud.dialogflow.cx.v3beta1.Fulfillment fulfillment = 2 [(.google.api.field_behavior) = REQUIRED];
Fulfillment getFulfillment()
Required. The fulfillment to call when the event occurs.
.google.cloud.dialogflow.cx.v3beta1.Fulfillment fulfillment = 2 [(.google.api.field_behavior) = REQUIRED];
FulfillmentOrBuilder getFulfillmentOrBuilder()
Required. The fulfillment to call when the event occurs.
.google.cloud.dialogflow.cx.v3beta1.Fulfillment fulfillment = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2025 Google LLC. All rights reserved.