Uses of Class
com.google.cloud.dialogflow.v2beta1.InputTextConfig
-
Packages that use InputTextConfig Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow API -
-
Uses of InputTextConfig in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return InputTextConfig Modifier and Type Method Description InputTextConfigInputTextConfig.Builder. build()InputTextConfigInputTextConfig.Builder. buildPartial()static InputTextConfigInputTextConfig. getDefaultInstance()InputTextConfigInputTextConfig.Builder. getDefaultInstanceForType()InputTextConfigInputTextConfig. getDefaultInstanceForType()InputTextConfigStreamingAnalyzeContentRequest.Builder. getTextConfig()The natural language text to be processed.InputTextConfigStreamingAnalyzeContentRequest. getTextConfig()The natural language text to be processed.InputTextConfigStreamingAnalyzeContentRequestOrBuilder. getTextConfig()The natural language text to be processed.static InputTextConfigInputTextConfig. parseDelimitedFrom(InputStream input)static InputTextConfigInputTextConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InputTextConfigInputTextConfig. parseFrom(byte[] data)static InputTextConfigInputTextConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InputTextConfigInputTextConfig. parseFrom(com.google.protobuf.ByteString data)static InputTextConfigInputTextConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InputTextConfigInputTextConfig. parseFrom(com.google.protobuf.CodedInputStream input)static InputTextConfigInputTextConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InputTextConfigInputTextConfig. parseFrom(InputStream input)static InputTextConfigInputTextConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InputTextConfigInputTextConfig. parseFrom(ByteBuffer data)static InputTextConfigInputTextConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.v2beta1 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.v2beta1 with parameters of type InputTextConfig Modifier and Type Method Description InputTextConfig.BuilderInputTextConfig.Builder. mergeFrom(InputTextConfig other)StreamingAnalyzeContentRequest.BuilderStreamingAnalyzeContentRequest.Builder. mergeTextConfig(InputTextConfig value)The natural language text to be processed.static InputTextConfig.BuilderInputTextConfig. newBuilder(InputTextConfig prototype)StreamingAnalyzeContentRequest.BuilderStreamingAnalyzeContentRequest.Builder. setTextConfig(InputTextConfig value)The natural language text to be processed.
-