Uses of Class
com.google.cloud.dialogflow.v2.InputTextConfig
-
Packages that use InputTextConfig Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of InputTextConfig in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return InputTextConfig Modifier and Type Method Description InputTextConfig
InputTextConfig.Builder. build()
InputTextConfig
InputTextConfig.Builder. buildPartial()
static InputTextConfig
InputTextConfig. getDefaultInstance()
InputTextConfig
InputTextConfig.Builder. getDefaultInstanceForType()
InputTextConfig
InputTextConfig. getDefaultInstanceForType()
InputTextConfig
StreamingAnalyzeContentRequest.Builder. getTextConfig()
The natural language text to be processed.InputTextConfig
StreamingAnalyzeContentRequest. 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, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InputTextConfig
InputTextConfig. parseFrom(byte[] data)
static InputTextConfig
InputTextConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InputTextConfig
InputTextConfig. parseFrom(com.google.protobuf.ByteString data)
static InputTextConfig
InputTextConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InputTextConfig
InputTextConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static InputTextConfig
InputTextConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InputTextConfig
InputTextConfig. parseFrom(InputStream input)
static InputTextConfig
InputTextConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InputTextConfig
InputTextConfig. parseFrom(ByteBuffer data)
static InputTextConfig
InputTextConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type InputTextConfig Modifier and Type Method Description com.google.protobuf.Parser<InputTextConfig>
InputTextConfig. getParserForType()
static com.google.protobuf.Parser<InputTextConfig>
InputTextConfig. parser()
Methods in com.google.cloud.dialogflow.v2 with parameters of type InputTextConfig Modifier and Type Method 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.
-