Uses of Class
com.google.cloud.dialogflow.cx.v3.StreamingDetectIntentRequest
-
Packages that use StreamingDetectIntentRequest Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3.stub -
-
Uses of StreamingDetectIntentRequest in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return StreamingDetectIntentRequest Modifier and Type Method Description StreamingDetectIntentRequestStreamingDetectIntentRequest.Builder. build()StreamingDetectIntentRequestStreamingDetectIntentRequest.Builder. buildPartial()static StreamingDetectIntentRequestStreamingDetectIntentRequest. getDefaultInstance()StreamingDetectIntentRequestStreamingDetectIntentRequest.Builder. getDefaultInstanceForType()StreamingDetectIntentRequestStreamingDetectIntentRequest. getDefaultInstanceForType()static StreamingDetectIntentRequestStreamingDetectIntentRequest. parseDelimitedFrom(InputStream input)static StreamingDetectIntentRequestStreamingDetectIntentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamingDetectIntentRequestStreamingDetectIntentRequest. parseFrom(byte[] data)static StreamingDetectIntentRequestStreamingDetectIntentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamingDetectIntentRequestStreamingDetectIntentRequest. parseFrom(com.google.protobuf.ByteString data)static StreamingDetectIntentRequestStreamingDetectIntentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamingDetectIntentRequestStreamingDetectIntentRequest. parseFrom(com.google.protobuf.CodedInputStream input)static StreamingDetectIntentRequestStreamingDetectIntentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamingDetectIntentRequestStreamingDetectIntentRequest. parseFrom(InputStream input)static StreamingDetectIntentRequestStreamingDetectIntentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamingDetectIntentRequestStreamingDetectIntentRequest. parseFrom(ByteBuffer data)static StreamingDetectIntentRequestStreamingDetectIntentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type StreamingDetectIntentRequest Modifier and Type Method Description com.google.protobuf.Parser<StreamingDetectIntentRequest>StreamingDetectIntentRequest. getParserForType()static io.grpc.MethodDescriptor<StreamingDetectIntentRequest,StreamingDetectIntentResponse>SessionsGrpc. getStreamingDetectIntentMethod()static com.google.protobuf.Parser<StreamingDetectIntentRequest>StreamingDetectIntentRequest. parser()default io.grpc.stub.StreamObserver<StreamingDetectIntentRequest>SessionsGrpc.AsyncService. streamingDetectIntent(io.grpc.stub.StreamObserver<StreamingDetectIntentResponse> responseObserver)Processes a natural language query in audio format in a streaming fashion and returns structured, actionable data as a result.io.grpc.stub.StreamObserver<StreamingDetectIntentRequest>SessionsGrpc.SessionsStub. streamingDetectIntent(io.grpc.stub.StreamObserver<StreamingDetectIntentResponse> responseObserver)Processes a natural language query in audio format in a streaming fashion and returns structured, actionable data as a result.com.google.api.gax.rpc.BidiStreamingCallable<StreamingDetectIntentRequest,StreamingDetectIntentResponse>SessionsClient. streamingDetectIntentCallable()Processes a natural language query in audio format in a streaming fashion and returns structured, actionable data as a result.com.google.api.gax.rpc.StreamingCallSettings.Builder<StreamingDetectIntentRequest,StreamingDetectIntentResponse>SessionsSettings.Builder. streamingDetectIntentSettings()Returns the builder for the settings used for calls to streamingDetectIntent.com.google.api.gax.rpc.StreamingCallSettings<StreamingDetectIntentRequest,StreamingDetectIntentResponse>SessionsSettings. streamingDetectIntentSettings()Returns the object with the settings used for calls to streamingDetectIntent.Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type StreamingDetectIntentRequest Modifier and Type Method Description StreamingDetectIntentRequest.BuilderStreamingDetectIntentRequest.Builder. mergeFrom(StreamingDetectIntentRequest other)static StreamingDetectIntentRequest.BuilderStreamingDetectIntentRequest. newBuilder(StreamingDetectIntentRequest prototype) -
Uses of StreamingDetectIntentRequest in com.google.cloud.dialogflow.cx.v3.stub
Methods in com.google.cloud.dialogflow.cx.v3.stub that return types with arguments of type StreamingDetectIntentRequest Modifier and Type Method Description com.google.api.gax.rpc.BidiStreamingCallable<StreamingDetectIntentRequest,StreamingDetectIntentResponse>GrpcSessionsStub. streamingDetectIntentCallable()com.google.api.gax.rpc.BidiStreamingCallable<StreamingDetectIntentRequest,StreamingDetectIntentResponse>HttpJsonSessionsStub. streamingDetectIntentCallable()com.google.api.gax.rpc.BidiStreamingCallable<StreamingDetectIntentRequest,StreamingDetectIntentResponse>SessionsStub. streamingDetectIntentCallable()com.google.api.gax.rpc.StreamingCallSettings.Builder<StreamingDetectIntentRequest,StreamingDetectIntentResponse>SessionsStubSettings.Builder. streamingDetectIntentSettings()Returns the builder for the settings used for calls to streamingDetectIntent.com.google.api.gax.rpc.StreamingCallSettings<StreamingDetectIntentRequest,StreamingDetectIntentResponse>SessionsStubSettings. streamingDetectIntentSettings()Returns the object with the settings used for calls to streamingDetectIntent.
-