Uses of Class
com.google.cloud.dialogflow.v2beta1.EventInput
-
Packages that use EventInput Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow API -
-
Uses of EventInput in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 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 processed.EventInput
QueryInput. getEvent()
The event to be processed.EventInput
QueryInputOrBuilder. getEvent()
The event to be processed.EventInput
AnalyzeContentRequest.Builder. getEventInput()
An input event to send to Dialogflow.EventInput
AnalyzeContentRequest. getEventInput()
An input event to send to Dialogflow.EventInput
AnalyzeContentRequestOrBuilder. getEventInput()
An input event to send to Dialogflow.EventInput
WebhookResponse.Builder. getFollowupEventInput()
Optional.EventInput
WebhookResponse. getFollowupEventInput()
Optional.EventInput
WebhookResponseOrBuilder. getFollowupEventInput()
Optional.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.v2beta1 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.v2beta1 with parameters of type EventInput Modifier and Type Method Description AnalyzeContentResponse
ParticipantsClient. analyzeContent(ParticipantName participant, EventInput eventInput)
Adds a text (chat, for example), or audio (phone recording, for example) message from a participant into the conversation.AnalyzeContentResponse
ParticipantsClient. analyzeContent(String participant, EventInput eventInput)
Adds a text (chat, for example), or audio (phone recording, for example) message from a participant into the conversation.QueryInput.Builder
QueryInput.Builder. mergeEvent(EventInput value)
The event to be processed.AnalyzeContentRequest.Builder
AnalyzeContentRequest.Builder. mergeEventInput(EventInput value)
An input event to send to Dialogflow.WebhookResponse.Builder
WebhookResponse.Builder. mergeFollowupEventInput(EventInput value)
Optional.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 processed.AnalyzeContentRequest.Builder
AnalyzeContentRequest.Builder. setEventInput(EventInput value)
An input event to send to Dialogflow.WebhookResponse.Builder
WebhookResponse.Builder. setFollowupEventInput(EventInput value)
Optional.
-