Uses of Class
com.google.cloud.discoveryengine.v1beta.TextInput
-
Packages that use TextInput Package Description com.google.cloud.discoveryengine.v1beta A client to Discovery Engine API -
-
Uses of TextInput in com.google.cloud.discoveryengine.v1beta
Methods in com.google.cloud.discoveryengine.v1beta 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
ConverseConversationRequest.Builder. getQuery()
Required.TextInput
ConverseConversationRequest. getQuery()
Required.TextInput
ConverseConversationRequestOrBuilder. getQuery()
Required.TextInput
ConversationMessage.Builder. getUserInput()
User text input.TextInput
ConversationMessage. getUserInput()
User text input.TextInput
ConversationMessageOrBuilder. getUserInput()
User text input.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.discoveryengine.v1beta 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.discoveryengine.v1beta with parameters of type TextInput Modifier and Type Method Description ConverseConversationResponse
ConversationalSearchServiceClient. converseConversation(ConversationName name, TextInput query)
Converses a conversation.ConverseConversationResponse
ConversationalSearchServiceClient. converseConversation(String name, TextInput query)
Converses a conversation.TextInput.Builder
TextInput.Builder. mergeFrom(TextInput other)
ConverseConversationRequest.Builder
ConverseConversationRequest.Builder. mergeQuery(TextInput value)
Required.ConversationMessage.Builder
ConversationMessage.Builder. mergeUserInput(TextInput value)
User text input.static TextInput.Builder
TextInput. newBuilder(TextInput prototype)
ConverseConversationRequest.Builder
ConverseConversationRequest.Builder. setQuery(TextInput value)
Required.ConversationMessage.Builder
ConversationMessage.Builder. setUserInput(TextInput value)
User text input.
-