Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
Modifier and Type | Method and Description |
---|---|
InputTextConfig |
InputTextConfig.Builder.build() |
InputTextConfig |
InputTextConfig.Builder.buildPartial() |
static InputTextConfig |
InputTextConfig.getDefaultInstance() |
InputTextConfig |
InputTextConfig.getDefaultInstanceForType() |
InputTextConfig |
InputTextConfig.Builder.getDefaultInstanceForType() |
InputTextConfig |
StreamingAnalyzeContentRequest.getTextConfig()
The natural language text to be processed.
|
InputTextConfig |
StreamingAnalyzeContentRequest.Builder.getTextConfig()
The natural language text to be processed.
|
InputTextConfig |
StreamingAnalyzeContentRequestOrBuilder.getTextConfig()
The natural language text to be processed.
|
static InputTextConfig |
InputTextConfig.parseDelimitedFrom(InputStream input) |
static InputTextConfig |
InputTextConfig.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static InputTextConfig |
InputTextConfig.parseFrom(byte[] data) |
static InputTextConfig |
InputTextConfig.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static InputTextConfig |
InputTextConfig.parseFrom(ByteBuffer data) |
static InputTextConfig |
InputTextConfig.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static InputTextConfig |
InputTextConfig.parseFrom(ByteString data) |
static InputTextConfig |
InputTextConfig.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static InputTextConfig |
InputTextConfig.parseFrom(CodedInputStream input) |
static InputTextConfig |
InputTextConfig.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static InputTextConfig |
InputTextConfig.parseFrom(InputStream input) |
static InputTextConfig |
InputTextConfig.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<InputTextConfig> |
InputTextConfig.getParserForType() |
static Parser<InputTextConfig> |
InputTextConfig.parser() |
Modifier and Type | Method and Description |
---|---|
InputTextConfig.Builder |
InputTextConfig.Builder.mergeFrom(InputTextConfig other) |
StreamingAnalyzeContentRequest.Builder |
StreamingAnalyzeContentRequest.Builder.mergeTextConfig(InputTextConfig value)
The natural language text to be processed.
|
static InputTextConfig.Builder |
InputTextConfig.newBuilder(InputTextConfig prototype) |
StreamingAnalyzeContentRequest.Builder |
StreamingAnalyzeContentRequest.Builder.setTextConfig(InputTextConfig value)
The natural language text to be processed.
|
Copyright © 2022 Google LLC. All rights reserved.