Uses of Class
com.google.cloud.dialogflow.cx.v3.TextInput
-
Packages that use TextInput Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of TextInput in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return TextInput Modifier and Type Method Description TextInput
TextInput.Builder. build()
TextInput
TextInput.Builder. buildPartial()
static TextInput
TextInput. getDefaultInstance()
TextInput
TextInput.Builder. getDefaultInstanceForType()
TextInput
TextInput. getDefaultInstanceForType()
TextInput
QueryInput.Builder. getText()
The natural language text to be processed.TextInput
QueryInput. getText()
The natural language text to be processed.TextInput
QueryInputOrBuilder. getText()
The natural language text to be processed.static TextInput
TextInput. parseDelimitedFrom(InputStream input)
static TextInput
TextInput. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TextInput
TextInput. parseFrom(byte[] data)
static TextInput
TextInput. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TextInput
TextInput. parseFrom(com.google.protobuf.ByteString data)
static TextInput
TextInput. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TextInput
TextInput. parseFrom(com.google.protobuf.CodedInputStream input)
static TextInput
TextInput. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TextInput
TextInput. parseFrom(InputStream input)
static TextInput
TextInput. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TextInput
TextInput. parseFrom(ByteBuffer data)
static TextInput
TextInput. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type TextInput Modifier and Type Method Description com.google.protobuf.Parser<TextInput>
TextInput. getParserForType()
static com.google.protobuf.Parser<TextInput>
TextInput. parser()
Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type TextInput Modifier and Type Method Description TextInput.Builder
TextInput.Builder. mergeFrom(TextInput other)
QueryInput.Builder
QueryInput.Builder. mergeText(TextInput value)
The natural language text to be processed.static TextInput.Builder
TextInput. newBuilder(TextInput prototype)
QueryInput.Builder
QueryInput.Builder. setText(TextInput value)
The natural language text to be processed.
-