Uses of Class
com.google.cloud.dialogflow.cx.v3.QueryInput
-
Packages that use QueryInput Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of QueryInput in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return QueryInput Modifier and Type Method Description QueryInputQueryInput.Builder. build()QueryInputQueryInput.Builder. buildPartial()static QueryInputQueryInput. getDefaultInstance()QueryInputQueryInput.Builder. getDefaultInstanceForType()QueryInputQueryInput. getDefaultInstanceForType()QueryInputConversationTurn.UserInput.Builder. getInput()Supports [text input][google.cloud.dialogflow.cx.v3.QueryInput.text], [event input][google.cloud.dialogflow.cx.v3.QueryInput.event], [dtmf input][google.cloud.dialogflow.cx.v3.QueryInput.dtmf] in the test case.QueryInputConversationTurn.UserInput. getInput()Supports [text input][google.cloud.dialogflow.cx.v3.QueryInput.text], [event input][google.cloud.dialogflow.cx.v3.QueryInput.event], [dtmf input][google.cloud.dialogflow.cx.v3.QueryInput.dtmf] in the test case.QueryInputConversationTurn.UserInputOrBuilder. getInput()Supports [text input][google.cloud.dialogflow.cx.v3.QueryInput.text], [event input][google.cloud.dialogflow.cx.v3.QueryInput.event], [dtmf input][google.cloud.dialogflow.cx.v3.QueryInput.dtmf] in the test case.QueryInputDetectIntentRequest.Builder. getQueryInput()Required.QueryInputDetectIntentRequest. getQueryInput()Required.QueryInputDetectIntentRequestOrBuilder. getQueryInput()Required.QueryInputMatchIntentRequest.Builder. getQueryInput()Required.QueryInputMatchIntentRequest. getQueryInput()Required.QueryInputMatchIntentRequestOrBuilder. getQueryInput()Required.QueryInputStreamingDetectIntentRequest.Builder. getQueryInput()Required.QueryInputStreamingDetectIntentRequest. getQueryInput()Required.QueryInputStreamingDetectIntentRequestOrBuilder. getQueryInput()Required.static QueryInputQueryInput. parseDelimitedFrom(InputStream input)static QueryInputQueryInput. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QueryInputQueryInput. parseFrom(byte[] data)static QueryInputQueryInput. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QueryInputQueryInput. parseFrom(com.google.protobuf.ByteString data)static QueryInputQueryInput. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QueryInputQueryInput. parseFrom(com.google.protobuf.CodedInputStream input)static QueryInputQueryInput. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QueryInputQueryInput. parseFrom(InputStream input)static QueryInputQueryInput. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QueryInputQueryInput. parseFrom(ByteBuffer data)static QueryInputQueryInput. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type QueryInput Modifier and Type Method Description com.google.protobuf.Parser<QueryInput>QueryInput. getParserForType()static com.google.protobuf.Parser<QueryInput>QueryInput. parser()Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type QueryInput Modifier and Type Method Description QueryInput.BuilderQueryInput.Builder. mergeFrom(QueryInput other)ConversationTurn.UserInput.BuilderConversationTurn.UserInput.Builder. mergeInput(QueryInput value)Supports [text input][google.cloud.dialogflow.cx.v3.QueryInput.text], [event input][google.cloud.dialogflow.cx.v3.QueryInput.event], [dtmf input][google.cloud.dialogflow.cx.v3.QueryInput.dtmf] in the test case.DetectIntentRequest.BuilderDetectIntentRequest.Builder. mergeQueryInput(QueryInput value)Required.MatchIntentRequest.BuilderMatchIntentRequest.Builder. mergeQueryInput(QueryInput value)Required.StreamingDetectIntentRequest.BuilderStreamingDetectIntentRequest.Builder. mergeQueryInput(QueryInput value)Required.static QueryInput.BuilderQueryInput. newBuilder(QueryInput prototype)ConversationTurn.UserInput.BuilderConversationTurn.UserInput.Builder. setInput(QueryInput value)Supports [text input][google.cloud.dialogflow.cx.v3.QueryInput.text], [event input][google.cloud.dialogflow.cx.v3.QueryInput.event], [dtmf input][google.cloud.dialogflow.cx.v3.QueryInput.dtmf] in the test case.DetectIntentRequest.BuilderDetectIntentRequest.Builder. setQueryInput(QueryInput value)Required.MatchIntentRequest.BuilderMatchIntentRequest.Builder. setQueryInput(QueryInput value)Required.StreamingDetectIntentRequest.BuilderStreamingDetectIntentRequest.Builder. setQueryInput(QueryInput value)Required.
-