Uses of Interface
com.google.cloud.dialogflow.v2.EventInputOrBuilder
-
Packages that use EventInputOrBuilder Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of EventInputOrBuilder in com.google.cloud.dialogflow.v2
Classes in com.google.cloud.dialogflow.v2 that implement EventInputOrBuilder Modifier and Type Class Description class
EventInput
Events allow for matching intents by event name instead of the natural language input.static class
EventInput.Builder
Events allow for matching intents by event name instead of the natural language input.Methods in com.google.cloud.dialogflow.v2 that return EventInputOrBuilder Modifier and Type Method Description EventInputOrBuilder
AnalyzeContentRequest.Builder. getEventInputOrBuilder()
An input event to send to Dialogflow.EventInputOrBuilder
AnalyzeContentRequest. getEventInputOrBuilder()
An input event to send to Dialogflow.EventInputOrBuilder
AnalyzeContentRequestOrBuilder. getEventInputOrBuilder()
An input event to send to Dialogflow.EventInputOrBuilder
QueryInput.Builder. getEventOrBuilder()
The event to be processed.EventInputOrBuilder
QueryInput. getEventOrBuilder()
The event to be processed.EventInputOrBuilder
QueryInputOrBuilder. getEventOrBuilder()
The event to be processed.EventInputOrBuilder
WebhookResponse.Builder. getFollowupEventInputOrBuilder()
Optional.EventInputOrBuilder
WebhookResponse. getFollowupEventInputOrBuilder()
Optional.EventInputOrBuilder
WebhookResponseOrBuilder. getFollowupEventInputOrBuilder()
Optional.
-