Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
Modifier and Type | Method and Description |
---|---|
EventInput |
EventInput.Builder.build() |
EventInput |
EventInput.Builder.buildPartial() |
static EventInput |
EventInput.getDefaultInstance() |
EventInput |
EventInput.getDefaultInstanceForType() |
EventInput |
EventInput.Builder.getDefaultInstanceForType() |
EventInput |
QueryInput.getEvent()
The event to be processed.
|
EventInput |
QueryInput.Builder.getEvent()
The event to be processed.
|
EventInput |
QueryInputOrBuilder.getEvent()
The event to be processed.
|
EventInput |
AnalyzeContentRequest.getEventInput()
An input event to send to Dialogflow.
|
EventInput |
AnalyzeContentRequest.Builder.getEventInput()
An input event to send to Dialogflow.
|
EventInput |
AnalyzeContentRequestOrBuilder.getEventInput()
An input event to send to Dialogflow.
|
EventInput |
WebhookResponse.getFollowupEventInput()
Optional.
|
EventInput |
WebhookResponse.Builder.getFollowupEventInput()
Optional.
|
EventInput |
WebhookResponseOrBuilder.getFollowupEventInput()
Optional.
|
static EventInput |
EventInput.parseDelimitedFrom(InputStream input) |
static EventInput |
EventInput.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static EventInput |
EventInput.parseFrom(byte[] data) |
static EventInput |
EventInput.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static EventInput |
EventInput.parseFrom(ByteBuffer data) |
static EventInput |
EventInput.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static EventInput |
EventInput.parseFrom(ByteString data) |
static EventInput |
EventInput.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static EventInput |
EventInput.parseFrom(CodedInputStream input) |
static EventInput |
EventInput.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static EventInput |
EventInput.parseFrom(InputStream input) |
static EventInput |
EventInput.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<EventInput> |
EventInput.getParserForType() |
static Parser<EventInput> |
EventInput.parser() |
Modifier and Type | Method and 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.
|
Copyright © 2022 Google LLC. All rights reserved.