Uses of Class
com.google.cloud.dialogflow.cx.v3.EventInput.Builder
-
Packages that use EventInput.Builder Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of EventInput.Builder in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return EventInput.Builder Modifier and Type Method Description EventInput.Builder
EventInput.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
EventInput.Builder
EventInput.Builder. clear()
EventInput.Builder
EventInput.Builder. clearEvent()
Name of the event.EventInput.Builder
EventInput.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
EventInput.Builder
EventInput.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
EventInput.Builder
EventInput.Builder. clone()
EventInput.Builder
QueryInput.Builder. getEventBuilder()
The event to be triggered.EventInput.Builder
EventInput.Builder. mergeFrom(EventInput other)
EventInput.Builder
EventInput.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
EventInput.Builder
EventInput.Builder. mergeFrom(com.google.protobuf.Message other)
EventInput.Builder
EventInput.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static EventInput.Builder
EventInput. newBuilder()
static EventInput.Builder
EventInput. newBuilder(EventInput prototype)
EventInput.Builder
EventInput. newBuilderForType()
protected EventInput.Builder
EventInput. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
EventInput.Builder
EventInput.Builder. setEvent(String value)
Name of the event.EventInput.Builder
EventInput.Builder. setEventBytes(com.google.protobuf.ByteString value)
Name of the event.EventInput.Builder
EventInput.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
EventInput.Builder
EventInput.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
EventInput.Builder
EventInput.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
EventInput.Builder
EventInput. toBuilder()
Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type EventInput.Builder Modifier and Type Method Description QueryInput.Builder
QueryInput.Builder. setEvent(EventInput.Builder builderForValue)
The event to be triggered.
-