Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.EventInput
-
Packages that use EventInput Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow API -
-
Uses of EventInput in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return EventInput Modifier and Type Method Description EventInput
EventInput.Builder. build()
EventInput
EventInput.Builder. buildPartial()
static EventInput
EventInput. getDefaultInstance()
EventInput
EventInput.Builder. getDefaultInstanceForType()
EventInput
EventInput. getDefaultInstanceForType()
EventInput
QueryInput.Builder. getEvent()
The event to be triggered.EventInput
QueryInput. getEvent()
The event to be triggered.EventInput
QueryInputOrBuilder. getEvent()
The event to be triggered.static EventInput
EventInput. parseDelimitedFrom(InputStream input)
static EventInput
EventInput. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EventInput
EventInput. parseFrom(byte[] data)
static EventInput
EventInput. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EventInput
EventInput. parseFrom(com.google.protobuf.ByteString data)
static EventInput
EventInput. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EventInput
EventInput. parseFrom(com.google.protobuf.CodedInputStream input)
static EventInput
EventInput. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EventInput
EventInput. parseFrom(InputStream input)
static EventInput
EventInput. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EventInput
EventInput. parseFrom(ByteBuffer data)
static EventInput
EventInput. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type EventInput Modifier and Type Method Description com.google.protobuf.Parser<EventInput>
EventInput. getParserForType()
static com.google.protobuf.Parser<EventInput>
EventInput. parser()
Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type EventInput Modifier and Type Method Description QueryInput.Builder
QueryInput.Builder. mergeEvent(EventInput value)
The event to be triggered.EventInput.Builder
EventInput.Builder. mergeFrom(EventInput other)
static EventInput.Builder
EventInput. newBuilder(EventInput prototype)
QueryInput.Builder
QueryInput.Builder. setEvent(EventInput value)
The event to be triggered.
-