Uses of Class
com.google.cloud.dialogflow.v2beta1.TextInput
-
Packages that use TextInput Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow API -
-
Uses of TextInput in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return TextInput Modifier and Type Method Description TextInputTextInput.Builder. build()TextInputTextInput.Builder. buildPartial()TextInputSuggestSmartRepliesRequest.Builder. getCurrentTextInput()The current natural language text segment to compile suggestion for.TextInputSuggestSmartRepliesRequest. getCurrentTextInput()The current natural language text segment to compile suggestion for.TextInputSuggestSmartRepliesRequestOrBuilder. getCurrentTextInput()The current natural language text segment to compile suggestion for.static TextInputTextInput. getDefaultInstance()TextInputTextInput.Builder. getDefaultInstanceForType()TextInputTextInput. getDefaultInstanceForType()TextInputSearchKnowledgeRequest.Builder. getQuery()Required.TextInputSearchKnowledgeRequest. getQuery()Required.TextInputSearchKnowledgeRequestOrBuilder. getQuery()Required.TextInputQueryInput.Builder. getText()The natural language text to be processed.TextInputQueryInput. getText()The natural language text to be processed.TextInputQueryInputOrBuilder. getText()The natural language text to be processed.TextInputAnalyzeContentRequest.Builder. getTextInput()The natural language text to be processed.TextInputAnalyzeContentRequest. getTextInput()The natural language text to be processed.TextInputAnalyzeContentRequestOrBuilder. getTextInput()The natural language text to be processed.TextInputSuggestionInput.Builder. getTextOverride()Optional.TextInputSuggestionInput. getTextOverride()Optional.TextInputSuggestionInputOrBuilder. getTextOverride()Optional.static TextInputTextInput. parseDelimitedFrom(InputStream input)static TextInputTextInput. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TextInputTextInput. parseFrom(byte[] data)static TextInputTextInput. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TextInputTextInput. parseFrom(com.google.protobuf.ByteString data)static TextInputTextInput. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TextInputTextInput. parseFrom(com.google.protobuf.CodedInputStream input)static TextInputTextInput. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TextInputTextInput. parseFrom(InputStream input)static TextInputTextInput. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TextInputTextInput. parseFrom(ByteBuffer data)static TextInputTextInput. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.v2beta1 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.v2beta1 with parameters of type TextInput Modifier and Type Method Description AnalyzeContentResponseParticipantsClient. analyzeContent(ParticipantName participant, TextInput textInput)Adds a text (chat, for example), or audio (phone recording, for example) message from a participant into the conversation.AnalyzeContentResponseParticipantsClient. analyzeContent(String participant, TextInput textInput)Adds a text (chat, for example), or audio (phone recording, for example) message from a participant into the conversation.SuggestSmartRepliesRequest.BuilderSuggestSmartRepliesRequest.Builder. mergeCurrentTextInput(TextInput value)The current natural language text segment to compile suggestion for.TextInput.BuilderTextInput.Builder. mergeFrom(TextInput other)SearchKnowledgeRequest.BuilderSearchKnowledgeRequest.Builder. mergeQuery(TextInput value)Required.QueryInput.BuilderQueryInput.Builder. mergeText(TextInput value)The natural language text to be processed.AnalyzeContentRequest.BuilderAnalyzeContentRequest.Builder. mergeTextInput(TextInput value)The natural language text to be processed.SuggestionInput.BuilderSuggestionInput.Builder. mergeTextOverride(TextInput value)Optional.static TextInput.BuilderTextInput. newBuilder(TextInput prototype)SuggestSmartRepliesRequest.BuilderSuggestSmartRepliesRequest.Builder. setCurrentTextInput(TextInput value)The current natural language text segment to compile suggestion for.SearchKnowledgeRequest.BuilderSearchKnowledgeRequest.Builder. setQuery(TextInput value)Required.QueryInput.BuilderQueryInput.Builder. setText(TextInput value)The natural language text to be processed.AnalyzeContentRequest.BuilderAnalyzeContentRequest.Builder. setTextInput(TextInput value)The natural language text to be processed.SuggestionInput.BuilderSuggestionInput.Builder. setTextOverride(TextInput value)Optional.
-