Package | Description |
---|---|
com.google.cloud.dialogflow.v2 |
A client to Dialogflow API
|
Modifier and Type | Method and Description |
---|---|
TextInput |
TextInput.Builder.build() |
TextInput |
TextInput.Builder.buildPartial() |
TextInput |
SuggestSmartRepliesRequestOrBuilder.getCurrentTextInput()
The current natural language text segment to compile suggestion
for.
|
TextInput |
SuggestSmartRepliesRequest.getCurrentTextInput()
The current natural language text segment to compile suggestion
for.
|
TextInput |
SuggestSmartRepliesRequest.Builder.getCurrentTextInput()
The current natural language text segment to compile suggestion
for.
|
static TextInput |
TextInput.getDefaultInstance() |
TextInput |
TextInput.getDefaultInstanceForType() |
TextInput |
TextInput.Builder.getDefaultInstanceForType() |
TextInput |
QueryInput.getText()
The natural language text to be processed.
|
TextInput |
QueryInput.Builder.getText()
The natural language text to be processed.
|
TextInput |
QueryInputOrBuilder.getText()
The natural language text to be processed.
|
TextInput |
AnalyzeContentRequest.getTextInput()
The natural language text to be processed.
|
TextInput |
AnalyzeContentRequest.Builder.getTextInput()
The natural language text to be processed.
|
TextInput |
AnalyzeContentRequestOrBuilder.getTextInput()
The natural language text to be processed.
|
static TextInput |
TextInput.parseDelimitedFrom(InputStream input) |
static TextInput |
TextInput.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static TextInput |
TextInput.parseFrom(byte[] data) |
static TextInput |
TextInput.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static TextInput |
TextInput.parseFrom(ByteBuffer data) |
static TextInput |
TextInput.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static TextInput |
TextInput.parseFrom(ByteString data) |
static TextInput |
TextInput.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static TextInput |
TextInput.parseFrom(CodedInputStream input) |
static TextInput |
TextInput.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static TextInput |
TextInput.parseFrom(InputStream input) |
static TextInput |
TextInput.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<TextInput> |
TextInput.getParserForType() |
static Parser<TextInput> |
TextInput.parser() |
Modifier and Type | Method and Description |
---|---|
AnalyzeContentResponse |
ParticipantsClient.analyzeContent(ParticipantName participant,
TextInput textInput)
Adds a text (chat, for example), or audio (phone recording, for example) message from a
participant into the conversation.
|
AnalyzeContentResponse |
ParticipantsClient.analyzeContent(String participant,
TextInput textInput)
Adds a text (chat, for example), or audio (phone recording, for example) message from a
participant into the conversation.
|
SuggestSmartRepliesRequest.Builder |
SuggestSmartRepliesRequest.Builder.mergeCurrentTextInput(TextInput value)
The current natural language text segment to compile suggestion
for.
|
TextInput.Builder |
TextInput.Builder.mergeFrom(TextInput other) |
QueryInput.Builder |
QueryInput.Builder.mergeText(TextInput value)
The natural language text to be processed.
|
AnalyzeContentRequest.Builder |
AnalyzeContentRequest.Builder.mergeTextInput(TextInput value)
The natural language text to be processed.
|
static TextInput.Builder |
TextInput.newBuilder(TextInput prototype) |
SuggestSmartRepliesRequest.Builder |
SuggestSmartRepliesRequest.Builder.setCurrentTextInput(TextInput value)
The current natural language text segment to compile suggestion
for.
|
QueryInput.Builder |
QueryInput.Builder.setText(TextInput value)
The natural language text to be processed.
|
AnalyzeContentRequest.Builder |
AnalyzeContentRequest.Builder.setTextInput(TextInput value)
The natural language text to be processed.
|
Copyright © 2022 Google LLC. All rights reserved.